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/01/07 19:34:12 UTC

[jira] [Created] (CASSANDRA-5125) Support indexes on composite column components

Jonathan Ellis created CASSANDRA-5125:
-----------------------------------------

             Summary: Support indexes on composite column components
                 Key: CASSANDRA-5125
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5125
             Project: Cassandra
          Issue Type: Bug
          Components: Core
            Reporter: Jonathan Ellis
            Assignee: Sylvain Lebresne
             Fix For: 1.2.1


Given

{code}
CREATE TABLE foo (
  a int,
  b int,
  c int,
  PRIMARY KEY (a, b)
);
{code}

We should support {{CREATE INDEX ON foo(b)}}.

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