clair/database
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
..
database_test.go Initial commit 2015-11-13 14:11:28 -05:00
database.go database: Use an estimator in Cayley's Size() w/ PostgreSQL 2015-11-16 16:22:16 -05:00
flag_test.go Initial commit 2015-11-13 14:11:28 -05:00
flag.go Initial commit 2015-11-13 14:11:28 -05:00
layer_test.go Initial commit 2015-11-13 14:11:28 -05:00
layer.go Initial commit 2015-11-13 14:11:28 -05:00
lock_test.go database: reduce pruneLocks/Unlock transaction. 2015-11-16 12:06:42 -05:00
lock.go database: Update Cayley to fix slow deletions 2015-11-18 18:53:00 -05:00
notification_test.go Initial commit 2015-11-13 14:11:28 -05:00
notification.go Initial commit 2015-11-13 14:11:28 -05:00
os_mapping.go Initial commit 2015-11-13 14:11:28 -05:00
package_test.go Initial commit 2015-11-13 14:11:28 -05:00
package.go database/worker: Remove useless log message 2015-11-16 13:21:06 -05:00
requests.go Initial commit 2015-11-13 14:11:28 -05:00
vulnerability_test.go Initial commit 2015-11-13 14:11:28 -05:00
vulnerability.go Initial commit 2015-11-13 14:11:28 -05:00