Reputation: 158
I want to know if there is a way to update the column value in cassandra but the column ttl that is present already should remain the same.
Could you please let me know if this is possible?
Upvotes: 0
Views: 393
Reputation: 2310
You can update the ttl to desired value while updating the column. I mean you can achieve it programatically. Please go through this page ( https://docs.datastax.com/en/cql-oss/3.3/cql/cql_using/useExpireExample.html ) for examples.
Upvotes: 1