Description
Currently I can to do:
SELECT * FROM top_posts WHERE id="music" LIMIT 10;
If it was possible to extend the LIMIT clause to:
[LIMIT
]
SELECT * FROM top_posts WHERE id="music" LIMIT 10, 10;
Pagination will be possible without using clustering key with less than or greater than.
Attachments
Issue Links
- is duplicated by
-
CASSANDRA-8799 Pagination support in CQL and henceforth in the drivers
- Resolved