No.
On Thu, Mar 24, 2011 at 8:50 AM, Or Yanay wrote:
> Hi all,
>
> Is there any way for me to save or pass the columns retired by the column
> TTL?
>
> I understand that compaction takes care of removing expired columns, I would
> like to know the keys for which columns have expired.
>
>
>
> Than
Ah, great, thanks. I was looking under trunk/src/java/... instead of
trunk/interface/...
Dan
From: Michal Augustýn [mailto:augustyn.mic...@gmail.com]
Sent: October-06-10 10:38
To: user@cassandra.apache.org
Subject: Re: Column TTL
Hi,
I checked Cassandra.thrift file and found
Hi,
I checked Cassandra.thrift file and found:
@param ttl. An optional, positive delay (in seconds) after which the column
will be automatically deleted.
Augi
2010/10/6 Dan Hendry
> Hi,
>
>
>
> I have a quick and quite frankly ridiculous question regarding the column
> TTL value; what are t