On 17/01/2011 11:55, kh jo wrote:
What is the best way to model a query with between clause.. given that you have a large number of entries...

thanks
Jo



In my experience,for the row based 'between clause' with a random partition, you should design the column family carefully, So that you can get all the rows' key. In this case you can use a multi_get() instead of get_range(), and you can do get_range() between columns in a row.



--


Reply via email to