Re: Does counter columns support TTL

2011-02-17 Thread Sylvain Lebresne
On Thu, Feb 17, 2011 at 6:19 PM, Utku Can Topçu wrote: > And I think this patch would still be useful and legitimate if the TTL of > the initial increment is taken into account. This is still broken for the same reason. The problem is that the live-time of a given update depends on when it get

Re: Does counter columns support TTL

2011-02-17 Thread Utku Can Topçu
And I think this patch would still be useful and legitimate if the TTL of the initial increment is taken into account. On Thu, Feb 17, 2011 at 6:11 PM, Utku Can Topçu wrote: > Yes, I've read the discussion. My use-case is similar to the use-case of > the contributor. > > So that's the reason wh

Re: Does counter columns support TTL

2011-02-17 Thread Utku Can Topçu
Yes, I've read the discussion. My use-case is similar to the use-case of the contributor. So that's the reason why I've asked if it works or not. (with the flaw of course). On Thu, Feb 17, 2011 at 5:41 PM, Jonathan Ellis wrote: > If you read the discussion on that ticket, the point is that th

Re: Does counter columns support TTL

2011-02-17 Thread Jonathan Ellis
If you read the discussion on that ticket, the point is that the approach is fundamentally flawed. On Thu, Feb 17, 2011 at 10:16 AM, Utku Can Topçu wrote: > Can anyone confirm that this patch works with the current trunk? > > On Thu, Feb 17, 2011 at 4:16 PM, Sylvain Lebresne > wrote: >> >> https

Re: Does counter columns support TTL

2011-02-17 Thread Utku Can Topçu
Can anyone confirm that this patch works with the current trunk? On Thu, Feb 17, 2011 at 4:16 PM, Sylvain Lebresne wrote: > https://issues.apache.org/jira/browse/CASSANDRA-2103 > > > On Thu, Feb 17, 2011 at 4:05 PM, Utku Can Topçu wrote: > >> Hi All, >> >> I'm experimenting and developing using

Re: Does counter columns support TTL

2011-02-17 Thread Sylvain Lebresne
https://issues.apache.org/jira/browse/CASSANDRA-2103 On Thu, Feb 17, 2011 at 4:05 PM, Utku Can Topçu wrote: > Hi All, > > I'm experimenting and developing using counters. However, I've come to a > usecase where I need counters to expire and get deleted after a certain time > of inactivity (i.e.

Does counter columns support TTL

2011-02-17 Thread Utku Can Topçu
Hi All, I'm experimenting and developing using counters. However, I've come to a usecase where I need counters to expire and get deleted after a certain time of inactivity (i.e. have countercolumn deleted one hour after the last increment). As far as I can tell counter columns don't have TTL in t