cfa960d619
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. |
||
---|---|---|
.. | ||
all_iterator.go | ||
lru.go | ||
optimizers.go | ||
quadstore.go | ||
sql_iterator.go | ||
sql_link_iterator.go | ||
sql_node_intersection.go | ||
sql_node_iterator.go |