You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Sam Hodgson <ho...@hotmail.com> on 2011/10/29 17:15:25 UTC

Previous Page Pagination?

Hi,

Is there a good method to use for pagination in Cassandra? I can create a next page link by pulling an extra column when getting however previous page is proving tricky.  Im using integer timestamps as column keys so would really need a way to pull out the 10 preceeding columns as well as the 10 following the given timestamp.

Cheers

Sam