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

Jonathan Ellis commented on CASSANDRA-5304:
-------------------------------------------

Bulk-modification is really best left to things like Hadoop.  It's very, very 
rare that this is useful for the kind of live, massively concurrent application 
that C* supports.
                
> Support 2ndary indexed columns in UPDATE and DELETE
> ---------------------------------------------------
>
>                 Key: CASSANDRA-5304
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5304
>             Project: Cassandra
>          Issue Type: Wish
>          Components: Core
>    Affects Versions: 1.2.2
>            Reporter: Joachim Haagen Skeie
>            Priority: Minor
>
> I have a Column Family with the following index:
> CREATE INDEX live_stat_is_calculated ON live_statistics (iscalculated)
> Then, I would like to delete records based on this index via CQL3 query: 
> delete from live_statistics where iscalculated = true;
> But Cassandra returns the following error: 
> PRIMARY KEY part iscalculated found in SET part

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

Reply via email to