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

Stu Hood commented on CASSANDRA-749:
------------------------------------

> If the property is NOT the original, base row key, then not matter what kind 
> of index you have, you
> need to read all the results to sort in the desired order
I think we agree that we would never want to allow this. Instead, for an index 
read with the non-local index, I would propose that the order _must_ be defined 
beforehand. If, for instance, you wanted to do an index read in base row key 
order, then you would need to define an index with a compound key of 
'basekey|basevalue', so that it would be sorted by the basekey.

> Secondary indices for column families
> -------------------------------------
>
>                 Key: CASSANDRA-749
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-749
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Gary Dusbabek
>            Assignee: Gary Dusbabek
>            Priority: Minor
>             Fix For: 0.8
>
>         Attachments: 0001-simple-secondary-indices.patch, 
> views-discussion-2.txt, views-discussion.txt
>
>


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

        

Reply via email to