[
https://issues.apache.org/jira/browse/CASSANDRA-11601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Danyang Li updated CASSANDRA-11601:
-----------------------------------
Fix Version/s: 2.1.x
> Add ability to remove TTL on keyspace
> -------------------------------------
>
> Key: CASSANDRA-11601
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11601
> Project: Cassandra
> Issue Type: Improvement
> Reporter: Danyang Li
> Priority: Minor
> Fix For: 2.1.x
>
>
> If tables are TTLed in your Cassandra and you try to backup the corresponding
> SSTable to a new cluster, your backup will be lost automatically after a
> certain period of time, because TTL are still expiring data in the backup
> SStable. Once the TTL elapsed, data become inaccessible and finally will be
> deleted physically by compaction after GCGraceSecondes. So we cannot really
> keep the backup data in a new cluster without removing these existing TTL.
> So it might be good to add ability to do batch TTL removing.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)