Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 18399 invoked from network); 7 Apr 2010 19:16:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Apr 2010 19:16:54 -0000 Received: (qmail 21236 invoked by uid 500); 7 Apr 2010 19:16:54 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 21219 invoked by uid 500); 7 Apr 2010 19:16:54 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 21211 invoked by uid 99); 7 Apr 2010 19:16:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 19:16:54 +0000 X-ASF-Spam-Status: No, hits=-1242.3 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 19:16:53 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 837E7234C4AB for ; Wed, 7 Apr 2010 19:16:33 +0000 (UTC) Message-ID: <1981593626.49861270667793537.JavaMail.jira@brutus.apache.org> Date: Wed, 7 Apr 2010 19:16:33 +0000 (UTC) From: "Jeff Hodges (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Commented: (CASSANDRA-293) remove_key_range operation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854651#action_12854651 ] Jeff Hodges commented on CASSANDRA-293: --------------------------------------- Gary, can you update this patch? > remove_key_range operation > -------------------------- > > Key: CASSANDRA-293 > URL: https://issues.apache.org/jira/browse/CASSANDRA-293 > Project: Cassandra > Issue Type: New Feature > Components: Core > Reporter: Mark Robson > Assignee: Gary Dusbabek > Priority: Minor > Fix For: 0.7 > > Attachments: 0001-thrift-changes.patch, 0002-add-flexibility-to-commit-log-serialization.patch, 0003-remove-unused-parts-of-WriteResponse.patch, 0004-RangeRemoveCommand-and-LocalRangeDeletion.patch, 0005-unit-tests.patch, 0006-alter-hint-format.patch, 0007-refactor-HHOM-to-handle-new-hint-format.patch > > > For cleaning up old data on a rotating basis, a removal operation which operates on key ranges would be very handy, currently we have to remove every single column individually. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.