Hi I am adding a new expiring column to an existing column family in cassandra. I want this new column to be expired at the same time as all the other expiring columns in the Column Family. One way of doing this is to get the ttl of existing expiring Columns in that CF and set that value in my new column. But i want to avoid querying the database. Is there any other way achieving the same without querying the row?
API: HECTOR Version: Cassandra 2.0.3