Re: Pagination over row Keys in Cassandra using Kundera/CQL queries

2013-01-10 Thread Snehal Nagmote
rld > > Take a look at the code examples it points to. > > Cheers > > - > Aaron Morton > Freelance Cassandra Developer > New Zealand > > @aaronmorton > http://www.thelastpickle.com > > On 10/01/2013, at 11:55 AM, Snehal Nagmote > wrote:

Pagination over row Keys in Cassandra using Kundera/CQL queries

2013-01-09 Thread Snehal Nagmote
Hello All, I am using Kundera 2.0.7 and Cassandra 1.0.8. I need to implement batching/ pagination over row keys. for instance, Scan columnfamily , get 100 records in batch everytime , till all keys are exhausted. I am using random partitioner for keyspace. I explored limit option in cql and ,se