jgsqware
0015c86ec3
update glide deps
2016-09-28 15:24:38 +02:00
jgsqware
82cdeb2371
start push
2016-09-28 15:24:38 +02:00
jgsqware
06acefc8e7
add dockerdist
2016-09-28 15:24:38 +02:00
Julien Garcia Gonzalez
a6396921db
update glide dependencies
2016-09-28 15:24:38 +02:00
Quentin Machu
213468a6d5
godeps: Remove implicit git submodules
2016-06-15 00:15:59 +02:00
jgsqware
d9d5b058e5
replace GoDep by Glide
2016-06-07 10:08:50 +02:00
Quentin Machu
16a652fa47
*: refresh godeps
2016-02-24 16:36:45 -05:00
Jimmy Zelinskie
d19a4348df
api: implement fernet encryption of pagination tokens
2016-02-24 16:36:45 -05:00
Quentin Machu
f6baac3628
*: refresh godeps
2016-02-24 16:36:45 -05:00
Jimmy Zelinskie
40a7c8a00d
*: refresh godeps
2016-02-24 16:34:54 -05:00
Quentin Machu
3fe3f3a4c7
database: Update cayley and use Triple instead of Quad
2015-12-06 20:15:40 -05:00
Quentin Machu
cfa960d619
database: Update Cayley to fix slow deletions
...
subject, predicate, object and labels are not indexed, thus, using a where clause on these fields for the DELETE statement does a full-table scan. Using *_hash columns instead will use the indexes.
2015-11-18 18:53:00 -05:00
Quentin Machu
915903c1c1
database: Fix to a locking issue with PostgreSQL
...
It appears that preparing an INSERT statement on PostgreSQL actually makes it expecting to receive INSERTs and thus, it create some kind of locks for it. If instead, you only send him DELETE statements, it will indefinitely wait for an INSERT and hung.
2015-11-17 20:46:29 -05:00
Quentin Machu
8aacc8bfdc
database: Ensure that quads in a tx are applied in the desired order.
2015-11-17 15:31:38 -05:00
Quentin Machu
3a1d0602fb
database: Use an estimator in Cayley's Size() w/ PostgreSQL
2015-11-16 16:22:16 -05:00
Quentin Machu
3ec262dd51
Initial commit
2015-11-13 14:11:28 -05:00