Hi, I've read about pagination in cassandra. My current implementation is get_range_slices with startKey = lastKey + 1, but I need to get the specified page directly. Is it any chance to do this?
If you look at twitter, it has direct pagination too: http://twitter.com/PetrOdut?page=1 http://twitter.com/PetrOdut?page=2 http://twitter.com/PetrOdut?page=3 Thanks, Petr
