Search code examples
cassandranosqldelete-row

When I remove rows in Cassandra I delete only columns not row keys


If I delete every keys in a ColumnFamily in a Cassandra db using remove(key), then if I use get_range_slices, rows are still there but without columns. How could I remove entire rows?


Solution

  • Just been having the same issue and I found that:

    This has been fixed in 0.7 (https://issues.apache.org/jira/browse/CASSANDRA-1027). And backported to 0.6.3

    This is also relevant: https://issues.apache.org/jira/browse/CASSANDRA-494