Re: Deletion Based On Timestamp

2011-09-29 Thread Nick Telford
This would require a full table scan (or some kind of secondary index on timestamp built-in). You can have Cassandra discard columns after a particular time by writing them with a TTL, but this isn't quite what you're looking for. Unlike BigTable/HBase, timestamps in Cassandra aren't really someth

Deletion Based On Timestamp

2011-09-28 Thread Samarth Gahire
I have one suggestion regarding Deletion Why don't We provide deletion on the basis of timestamp. It will be more useful as well as time efficient if there provision to delete the data which is inserted in particular range of time on the basis of timestamp. Example:- 1) Lets say I will ask