[ 
https://issues.apache.org/jira/browse/CASSANDRA-261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12725319#action_12725319
 ] 

Eric Evans commented on CASSANDRA-261:
--------------------------------------

If I'm understanding this patch correctly, it will have to sequentially scan 
until past the offset before it can start returning results. Assuming you're 
using this for pagination, each call is going to require scanning through more 
and more results.

If this is the case, I'm not sure it's a good idea to hide these sorts of 
inefficiencies behind an API like this. 

> get_slice needs offset + limit
> ------------------------------
>
>                 Key: CASSANDRA-261
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-261
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Chris Goffinet
>            Assignee: Jun Rao
>         Attachments: issue261.patchv1
>
>
> Right now get_slice does not allow you to provide an offset.  This would help 
> for pagination.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to