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 2013/09/21 00:22:52 UTC

[jira] [Resolved] (CASSANDRA-4369) Sortable counter type for 'top N' type query use cases

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

Jonathan Ellis resolved CASSANDRA-4369.
---------------------------------------

    Resolution: Won't Fix
    
> Sortable counter type for 'top N' type query use cases
> ------------------------------------------------------
>
>                 Key: CASSANDRA-4369
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4369
>             Project: Cassandra
>          Issue Type: New Feature
>            Reporter: Ahmet AKYOL
>              Labels: ponies
>
> Current counter type is not sortable by values, AFAIK. Here's a related question :
> http://stackoverflow.com/questions/8428364/how-to-get-sorted-counters-from-cassandra
> This feature can be very handy for 'top N' type query use cases like sorting user points and finding top users in a reputation system.
> Of course, support in CQL 3 is trivial.
> IMHO, from implementation point of view, this looks unnatural to C* since C* sorts column names not the values.Maybe a composite column solution like (counter,char) is more proper but I can't imagine a way to make this work right now, it doesn't make sense to me. On the other hand, it would be very useful for us, the users.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira