You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benjamin Lerer (JIRA)" <ji...@apache.org> on 2015/09/04 21:00:48 UTC

[jira] [Comment Edited] (CASSANDRA-6237) Allow range deletions in CQL

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

Benjamin Lerer edited comment on CASSANDRA-6237 at 9/4/15 6:59 PM:
-------------------------------------------------------------------

* The results of the unit tests are [here|http://cassci.datastax.com/view/Dev/view/blerer/job/blerer-6237-3.0-testall/6/]
* The results of the dtests are [here|http://cassci.datastax.com/view/Dev/view/blerer/job/blerer-6237-3.0-dtest/6/]

I checked the DTests and the errors do not seems related to the changes.



was (Author: blerer):
* The results of the unit tests are [here|http://cassci.datastax.com/view/Dev/view/blerer/job/blerer-6237-3.0-testall/6/]
* The results of the dtests are [here|http://cassci.datastax.com/view/Dev/view/blerer/job/blerer-6237-3.0-dtest/6/]

I checked the DTests and the errors do not seems related.


> Allow range deletions in CQL
> ----------------------------
>
>                 Key: CASSANDRA-6237
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6237
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Sylvain Lebresne
>            Assignee: Benjamin Lerer
>            Priority: Minor
>              Labels: cql, docs
>             Fix For: 3.0 beta 2
>
>         Attachments: CASSANDRA-6237.txt
>
>
> We uses RangeTombstones internally in a number of places, but we could expose more directly too. Typically, given a table like:
> {noformat}
> CREATE TABLE events (
>     id text,
>     created_at timestamp,
>     content text,
>     PRIMARY KEY (id, created_at)
> )
> {noformat}
> we could allow queries like:
> {noformat}
> DELETE FROM events WHERE id='someEvent' AND created_at < 'Jan 3, 2013';
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)