Is TTL for Cassandra counter column family supported?
Asked Answered
P

1

10

Does Cassandra support TTL for the Counter column family?

Specifically we use Hector as a client to Cassandra and I didn't find any API receiving TTL as a parameter. At least HFactory.createCounterColumn doesn't have TTL argument.

Peppard answered 3/11, 2013 at 11:13 Comment(0)
B
8

No. TTL expiration does not exist for counter columns. See CASSANDRA-2103 for background on why this feature doesn't make sense for Cassandra counter columns.

Body answered 3/11, 2013 at 13:8 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.