Pagination With Cassandra
Nice:
The idea is simple, instead of using an numeric position and a counter you simply remember the last returned column name and use it as a starting point in your next request. So if the first result returned a list of Journeys and the 25th was “Bermuda” then the “next” button would execute the following:
Original title and link: Pagination With Cassandra (©myNoSQL)
via: http://blog.dynatrace.com/2011/12/05/pagination-with-cassandra-and-what-we-can-learn-from-it/