Works but requires you to enable tombstone compaction subproperties  if you 
need to purge the 2w ttl data before the highest ttl time you chose

> On Oct 28, 2020, at 5:58 PM, Eunsu Kim <eunsu.bil...@gmail.com> wrote:
> 
> Hello,
> 
> I have a table with a default TTL(2w). I'm using TWCS(window size : 12h) on 
> the recommendation of experts. This table is quite big, high WPS.
> 
> I would like to insert data different TTL from the default in this table 
> according to the type of data.
> About four different TTLs (4w, 6w, 8w, 10w)
> 
> ex.)
> INSERT INTO my_table (…..) VALUES (….) USING TTL 4w
> 
> 
> Could this cause performance problems or unexpected problems in the 
> compaction?
> 
> Please give me advice,
> 
> Thank you.
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@cassandra.apache.org
> For additional commands, e-mail: user-h...@cassandra.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@cassandra.apache.org
For additional commands, e-mail: user-h...@cassandra.apache.org

Reply via email to