clair/vendor/github.com
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
..
alecthomas Initial commit 2015-11-13 14:11:28 -05:00
barakmich/glog Initial commit 2015-11-13 14:11:28 -05:00
boltdb/bolt Initial commit 2015-11-13 14:11:28 -05:00
coreos Initial commit 2015-11-13 14:11:28 -05:00
gogo/protobuf/proto Initial commit 2015-11-13 14:11:28 -05:00
google/cayley database: Update Cayley to fix slow deletions 2015-11-18 18:53:00 -05:00
julienschmidt/httprouter Initial commit 2015-11-13 14:11:28 -05:00
lib/pq Initial commit 2015-11-13 14:11:28 -05:00
pborman/uuid Initial commit 2015-11-13 14:11:28 -05:00
stretchr/testify/assert Initial commit 2015-11-13 14:11:28 -05:00
syndtr Initial commit 2015-11-13 14:11:28 -05:00
tylerb/graceful Initial commit 2015-11-13 14:11:28 -05:00