On Thu, Oct 16, 2014 at 5:32 PM, Rahul Neelakantan <[email protected]> wrote:
> So this would need me to know the partition keys, what if I simply wanted > to say delete all rows where the timestamp was older than 123456789? You can't. You'll need to loop over the table and collect the keys. -- Tyler Hobbs DataStax <http://datastax.com/>
