Re:

2011-08-29 Thread Joris van der Wel
send a message to On Mon, Aug 29, 2011 at 1:23 PM, Stanislav Vodetskyi wrote: > unsubscribe

Re: Questions about TTL and batch_mutate

2011-08-21 Thread Joris van der Wel
hat >>       get CF_A[abc] is 10 OR a newer value > The order the changes are applied is undefined (they are pulled from the > values of a HashMap). So this should not be relied upon. Ok, thanks > Cheers > > > - > Aaron Morton > Freelance Cassan

Questions about TTL and batch_mutate

2011-08-21 Thread Joris van der Wel
Hello, I have a ColumnFamily in which all columns are always set with a TTL, this would be one of the hottest column families (rows_cached is set to 1.0). I am wondering if TTL values also follow gc_grace? If they do, am I correct in thinking it would be best to set gc_grace really low in this cas