Sergio Bossa created CASSANDRA-5091:
---------------------------------------

             Summary: Provide a way to sort read results on the coordinator node
                 Key: CASSANDRA-5091
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5091
             Project: Cassandra
          Issue Type: Wish
            Reporter: Sergio Bossa


While Cassandra provides a way to scatter/gather queries with secondary 
indexes, as well as custom secondary indexes implementations, there is 
currently no way to sort gathered results on the coordinator node, which would 
be very useful (actually, essential) if the index implementation provides 
results in sorted order.

So, what I'm proposing here is a way to provide (custom) sort implementations, 
which may either be as easy as just adding one more interface and a bunch of 
method calls, or get a bit more complex by providing an ORDER BY clause in CQL.

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

Reply via email to