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 (Commented) (JIRA)" <ji...@apache.org> on 2012/03/04 23:02:59 UTC

[jira] [Commented] (CASSANDRA-3995) Support multiple indexes on single query

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

Jonathan Ellis commented on CASSANDRA-3995:
-------------------------------------------

I'm not sure what this patch is trying to add.  The functionality described in this ticket is handled in KeysSearcher.getIndexedIterator:

{code}
.       // Start with the most-restrictive indexed clause, then apply remaining clauses
        // to each row matching that clause.
{code}
                
> Support multiple indexes on single query
> ----------------------------------------
>
>                 Key: CASSANDRA-3995
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3995
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Dmitry Petrashko
>         Attachments: Support_for_multiple_indexes.patch
>
>
> Currently if multiple secondary indexes are available query is not processed.
> Expected behavior executing query with index with best selectivity.

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