Unsubscribe
Re: setting ttl using timestamp field of record during insertion in cassandra
x.com/en/cql/3.1/cql/cql_reference/tabProp.html > > (see default_time_to_live property) > > > > Then no need for UDF. > > > > > > Sean Durity > > lord of the (C*) rings (Lead Cassandra Admin) > > Big DATA Team > > MTC 2250 > > #
setting ttl using timestamp field of record during insertion in cassandra
#x27;,'2016-08-08 06:06:00') USING TTL fun('2016-08-08 06:06:00',totimestamp(now())); getting error as Syntax Exception: ErrorMessage code=2000 Is there any other way to set ttl based on record time field. What is problem with above approach. Thanks. Su