Hello everybody,

I am using the datastax Java driver (3.3.0).

When query large amounts of data, we set the fetch size (10000) and transmit 
the data to the browser on a page-by-page basis.

I am wondering if I can get the page id without receiving the real rows from 
the cassandra to my server.

I only need 100 in front of 100,000. But I want the next page to be 100001th.

If you have a good idea, please share it.

Thank you.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@cassandra.apache.org
For additional commands, e-mail: user-h...@cassandra.apache.org

Reply via email to