https://github.com/google/cayley
Revision a2622536e99315033a53e8d9a4d9770c6f7cf813 authored by Quentin Machu on 18 November 2015, 23:42:20 UTC, committed by Quentin Machu on 18 November 2015, 23:42:20 UTC
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.
1 parent 2f5ce90
History
Tip revision: a2622536e99315033a53e8d9a4d9770c6f7cf813 authored by Quentin Machu on 18 November 2015, 23:42:20 UTC
Fix SLOW DELETEs
Tip revision: a262253
File Mode Size
Godeps
appengine
cmd
data
docs
exporter
graph
integration
internal
quad
query
static
svg
templates
writer
.gitignore -rw-r--r-- 92 bytes
.goxc.json -rw-r--r-- 194 bytes
.travis.yml -rw-r--r-- 482 bytes
AUTHORS -rw-r--r-- 725 bytes
CONTRIBUTING.md -rw-r--r-- 3.0 KB
CONTRIBUTORS -rw-r--r-- 971 bytes
LICENSE -rw-r--r-- 9.9 KB
README.md -rw-r--r-- 6.2 KB
TODO.md -rw-r--r-- 4.6 KB
cayley.cfg.example -rw-r--r-- 77 bytes
imports.go -rw-r--r-- 1.1 KB

README.md

back to top