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/12/13 00:33:07 UTC

[jira] [Updated] (CASSANDRA-5125) Support indexes on composite column components (clustered columns)

     [ https://issues.apache.org/jira/browse/CASSANDRA-5125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-5125:
--------------------------------------

    Summary: Support indexes on composite column components (clustered columns)  (was: Support indexes on composite column components)

> Support indexes on composite column components (clustered columns)
> ------------------------------------------------------------------
>
>                 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: 2.0 beta 1
>
>         Attachments: 0001-Refactor-aliases-into-column_metadata.txt, 0002-Generalize-CompositeIndex-for-all-column-type.txt, 0003-Handle-new-type-of-IndexExpression.txt, 0004-Handle-partition-key-indexing.txt
>
>
> 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 was sent by Atlassian JIRA
(v6.1.4#6159)