Re: Date Tiered Compaction Strategy and collections
The underlying write time is still tracked for each value in the collection - it's part of how conflict resolution is managed - but it's not exposed through CQL. On Fri Nov 28 2014 at 4:18:47 AM Batranut Bogdan wrote: > Hello all, > > If one has a table like this: > id text, > ts timestamp > val
Date Tiered Compaction Strategy and collections
Hello all, If one has a table like this:id text,ts timestampvalues list PK (id,ts) How will the DTCS work? I am asking this because the writeTime() function does not work on collections.