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 2011/07/31 06:44:09 UTC

[jira] [Created] (CASSANDRA-2977) add paging to multiget_count

add paging to multiget_count
----------------------------

                 Key: CASSANDRA-2977
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2977
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Jonathan Ellis
            Priority: Minor


CASSANDRA-2894 added paging to the single-row get_count.  But, this does not help multiget_count since they are different code paths.

Options:
- do nothing; multiget_count is a fairly obscure call, and there is no sane way to support it in CQL so will become even more obscure
- translate multiget_count into a series of get_count calls; high-latency, if done naively
- translate get_count into a single multiget_count, and perform the paging in StorageProxy.  HIGHLY painful to manage paging multiple rows independently, in the general case.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CASSANDRA-2977) add paging to multiget_count

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis resolved CASSANDRA-2977.
---------------------------------------

    Resolution: Won't Fix

Wontfixing because I'd rather spend the time improving CQL.
                
> add paging to multiget_count
> ----------------------------
>
>                 Key: CASSANDRA-2977
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2977
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>            Priority: Minor
>
> CASSANDRA-2894 added paging to the single-row get_count.  But, this does not help multiget_count since they are different code paths.
> Options:
> - do nothing; multiget_count is a fairly obscure call, and there is no sane way to support it in CQL so will become even more obscure
> - translate multiget_count into a series of get_count calls; high-latency, if done naively
> - translate get_count into a single multiget_count, and perform the paging in StorageProxy.  HIGHLY painful to manage paging multiple rows independently, in the general case.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira