Boying Lu created CASSANDRA-11741:
-------------------------------------
Summary: Don't return data to the client when skipping a page
Key: CASSANDRA-11741
URL: https://issues.apache.org/jira/browse/CASSANDRA-11741
Project: Cassandra
Issue Type: New Feature
Components: Core
Reporter: Boying Lu
DataStax java driver support 'paging' but it doesn't support skip between
pages.
To go from page A to page B, user has to go through each page between A and B.
Because user only interested in the "PagingState" object before reaching page
B, it can save great bandwidth between server and client if the data of pages
between A and B doesn't return to the client, especially when the page size is
large.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)