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
database.go database: Use an estimator in Cayley's Size() w/ PostgreSQL 2015-11-16 16:22:16 -05:00
flag_test.go
flag.go
layer_test.go
layer.go
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
notification.go
os_mapping.go
package_test.go
package.go database/worker: Remove useless log message 2015-11-16 13:21:06 -05:00
requests.go
vulnerability_test.go
vulnerability.go