You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Joshua McKenzie (JIRA)" <ji...@apache.org> on 2016/05/13 15:17:12 UTC

[jira] [Updated] (CASSANDRA-11741) Don't return data to the client when skipping a page

     [ https://issues.apache.org/jira/browse/CASSANDRA-11741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joshua McKenzie updated CASSANDRA-11741:
----------------------------------------
    Issue Type: Improvement  (was: New Feature)

> 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: Improvement
>          Components: Core
>            Reporter: Boying Lu
>              Labels: protocolv5
>
> 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)