Cassandra: How to SKIP Rows in paging?

Viewed 2845

Can we use the paging in Cassandra without using paging state? I mean, what should we do if we want to have random access (jump in) to page 3 after first page, for example?

1 Answers
Related