I’m trying to delete by a secondary index or column key in a table. I\'m not concerned with performance as this will be an unusual query. Not sure if it’s possible? E.g.:
I came here looking for a solution to delete rows from cassandra column family.
I ended up doing an INSERT and set a TTL (time to live) so that I don't have to worry about deleting it.