Current Approach that i am using for deleting rows based on indexed column
- Select query with a limit 100.
- If there are rows Delete all the fetched rows one by one.
- Flush the entity Manager.
- Go to step 1.
Using cassandra 2.1.8 and kundera-cassandra-ds-driver for fetching rows from cassandra.
Is there any way to fire a delete query from Kundera.