[
https://issues.apache.org/jira/browse/CASSANDRA-5125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14178274#comment-14178274
]
Denis Angilella commented on CASSANDRA-5125:
--------------------------------------------
[~slebresne]: I created CASSANDRA-8156 to track the fix.
> 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.3.4#6332)