is it possible to do this?

I have a counter CF, and over time, some rows are no longer useful, so
I want to delete them in batches, like once a week.
(doing the delete by specifying all the row keys would probably be too slow)

I looked over the .thrift definition of Cassandra interface, it seems
there is not a way to do this in batch.
is it possible to add this logic to a flow like get_range_slice, which
scans through the sstables ?



Thanks
Yang

Reply via email to