support SliceRange in deletion
------------------------------

                 Key: CASSANDRA-3448
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3448
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Jim Newsham


I'd like to be able to delete a range of columns within a row, for a range of 
column names.  Currently it seems my only option is to do a range query and 
then individually delete each column.  For wide rows, this is very slow, even 
with batch mutation.

The thrift API looks like it supports the call, however it throws the following 
error message:  "Deletion does not yet
support SliceRange predicates.".  I'm talking specifically about batch_mutate + 
Mutation(Deletion(SlicePredicate(SliceRange(start, end))).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to