You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2009/06/27 01:11:48 UTC

[jira] Assigned: (CASSANDRA-261) get_slice needs offset + limit

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

Jonathan Ellis reassigned CASSANDRA-261:
----------------------------------------

    Assignee: Jun Rao

Me, explaining new get_slice: so now you would slice from "" with whatever your desired limit is, then slice from the last name that returns to page

Ian: Hm. That means that you have to chain from one call to the next, rather than being able to calculate chunksize*page.  e.g. you wouldn't be able to jump from page 1 to 3.

I'm convinced now -- could you submit a patch w/ your column offset code? :)

> 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
>
> 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.