Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 32893 invoked from network); 7 Feb 2011 21:44:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Feb 2011 21:44:37 -0000 Received: (qmail 36911 invoked by uid 500); 7 Feb 2011 21:44:34 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 36862 invoked by uid 500); 7 Feb 2011 21:44:34 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 36854 invoked by uid 99); 7 Feb 2011 21:44:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Feb 2011 21:44:34 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kallin.nagelberg@gmail.com designates 74.125.83.44 as permitted sender) Received: from [74.125.83.44] (HELO mail-gw0-f44.google.com) (74.125.83.44) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Feb 2011 21:44:27 +0000 Received: by gwb20 with SMTP id 20so2196671gwb.31 for ; Mon, 07 Feb 2011 13:44:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=/KPS21RVKZuwibK62ILdpHBNc1063ROpkSGD/63JubY=; b=xME1jMCUWRGI1LHGZKysYlDSzk6Tw2kQGhvU4BKz+k2maNCSxYXQoSE+sei1qsC2DN 0BF/HDMK5zlJ29/4spTtMj+RPMKf5WYs7zEYSMiNeGo93CHLQCKOmc3Bzt7jSfaVbdm3 Q6lwxYkb/95olsz4ytLxK3YyCG+GU5NtXt1lU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=BbRTvvxcBGR/Vfnfe3MRSmKk5UciPMdvrzrgrsK+P1PkZop9NvnDVQmoyXY/nb9pOR Bq90vE0Z1ZPIQfkDqOyF8CY2wtkLTwU7fihSSzMGJbSL/PpRjeM6Bi0FDWNP7dhgL8HJ DPzKo+jDZtfdxI8BNcDNKQflcwLTBhcqnvTlE= Received: by 10.90.32.19 with SMTP id f19mr19932405agf.138.1297115046795; Mon, 07 Feb 2011 13:44:06 -0800 (PST) MIME-Version: 1.0 Received: by 10.90.66.2 with HTTP; Mon, 7 Feb 2011 13:43:46 -0800 (PST) In-Reply-To: References: From: Kallin Nagelberg Date: Mon, 7 Feb 2011 16:43:46 -0500 Message-ID: Subject: Re: time to live rows To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I tried that but I still see the row coming back on a list in the CLI. My concern is that there will be a pointer to an empty row for all eternity. -Kal On Mon, Feb 7, 2011 at 4:38 PM, Aaron Morton wrote: > Deleting all the columns in a row via TTL has the same affect as deleting th > row, the data will physically by removed during compaction. > > Aaron > > > On 08 Feb, 2011,at 10:24 AM, Bill Speirs wrote: > > I don't think this is supported (but I could be completely wrong). > However, I'd love to see this functionality as well. > > How would one go about requesting such a feature? > > Bill- > > On Mon, Feb 7, 2011 at 4:15 PM, Kallin Nagelberg > wrote: >> Hey, >> >> I have read about the new TTL columns in Cassandra 0.7. In my case I'd >> like to expire an entire row automatically after a certain amount of >> time. Is this possible as well? >> >> Thanks, >> -Kal >> >