You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Parth Setya <se...@gmail.com> on 2015/02/26 08:07:18 UTC

TTL

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