DataFabricRus / scylla-rdf

An RDF store based on ScyllaDB and Eclipse RDF4J
MIT License
8 stars 1 forks source link

Extend clearInternal() to support clearing a non-default context #5

Closed KMax closed 5 years ago

KMax commented 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.