I'm working on a simple API for creating and listing items on Cassandra, but now I'm just working what would be the best way to paginate the response from this API?.
I don't have much data on Cassandra right now, but I can imagine to have thousands of rows and a simple 'select * from table' won't be efficient.
Thank you.