clair/vendor/github.com/google/cayley/graph/sql
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
..
all_iterator.go Initial commit 2015-11-13 14:11:28 -05:00
lru.go Initial commit 2015-11-13 14:11:28 -05:00
optimizers.go Initial commit 2015-11-13 14:11:28 -05:00
quadstore.go database: Update Cayley to fix slow deletions 2015-11-18 18:53:00 -05:00
sql_iterator.go Initial commit 2015-11-13 14:11:28 -05:00
sql_link_iterator.go Initial commit 2015-11-13 14:11:28 -05:00
sql_node_intersection.go Initial commit 2015-11-13 14:11:28 -05:00
sql_node_iterator.go Initial commit 2015-11-13 14:11:28 -05:00