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

Rob Emery commented on CASSANDRA-2103:
--------------------------------------

I also agree with Nikolay, Amol and Marco. This seems a little clunky to not 
have any way of expiring counters. In our (presumably fairly common usecase) we 
have different granularities of statistics stored in time buckets, after the 
first day then the minute bucket becomes pointless. Currently the only way for 
us to dispose of the unused data would be to hack it with a cronjob and delete 
the buckets for the previous day, which just feels really unpleasant versus the 
elegance of using TTLs on columns. I would concur with the desired behaviour of 
setting the TTL on the first upsert and then ignoring attempts to set it on 
subsequent updates.

> expiring counter columns
> ------------------------
>
>                 Key: CASSANDRA-2103
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2103
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: 0.8 beta 1
>            Reporter: Kelvin Kakugawa
>         Attachments: 0001-CASSANDRA-2103-expiring-counters-logic-tests.patch
>
>
> add ttl functionality to counter columns.



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

Reply via email to