Support TTLs on counter columns
-------------------------------
Key: CASSANDRA-1952
URL: https://issues.apache.org/jira/browse/CASSANDRA-1952
Project: Cassandra
Issue Type: Improvement
Components: API, Core
Reporter: Stu Hood
Priority: Minor
We would like to support TTLs for counter columns, with the behaviour that the
count is unset when the TTL expires, and that every mutation to the counter
updates the TTL deadline.
This would allow for interesting rate-limiting usecases, automatic cleanup of
time-series data, and API consistency.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.