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

Posted by Matroska on Stack Overflow See other posts from Stack Overflow or by Matroska
Published on 2010-06-05T18:13:30Z Indexed on 2010/06/05 21:02 UTC
Read the original article Hit count: 335

Filed under:
|
|

Hi,

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?

Thanks Tobia Loschiavo

© Stack Overflow or respective owner

Related posts about delete

Related posts about nosql