You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "David Semeria (JIRA)" <ji...@apache.org> on 2013/08/22 14:17:54 UTC

[jira] [Created] (CASSANDRA-5920) Allow secondary indexed columns to be used with IN operator

David Semeria created CASSANDRA-5920:
----------------------------------------

             Summary: Allow secondary indexed columns to be used with IN operator
                 Key: CASSANDRA-5920
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5920
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
            Reporter: David Semeria


Related to https://issues.apache.org/jira/browse/CASSANDRA-4709

Currently we get: Cannot use IN operator on column not part of the PRIMARY KEY
But with composite primary keys we get: PRIMARY KEY part [COLUMN] cannot be restricted by IN relation

This is a pity, because one of the main attractions of CQL over the thrift API is the ability to do OR filtering on the node rather than the client

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