Closed KMax closed 5 years ago
DELETE...WHERE... requires the primary key, therefore triples matching a given non-default context have to be fetched with SELECT * WHERE ... ALLOW FILTERING first and only then deleted by DELETE query.
DELETE...WHERE...
SELECT * WHERE ... ALLOW FILTERING
DELETE
DELETE...WHERE...
requires the primary key, therefore triples matching a given non-default context have to be fetched withSELECT * WHERE ... ALLOW FILTERING
first and only then deleted byDELETE
query.