TTL functionality on transactional tables/Tables with a GSI

Hi all, can we confirm that the ttl functionality is supported on cassandra tables where we have a GSI and the table is marked as transactional ?

Hi @Sherwin_Pinto,

The TTL functionality is not allowed on transactional tables in YCQL. This is because some rows would disappear automatically because of the TTL feature, and this causes unpredictable behavior in transactions.