> Correct. With lww = true, the vector clocks will be ignored and the > most-recent timestamp will win. Is this not what you're seeing?
To be precise, the most recent timestamp will win as long as allow_mult=false. lww=true just optimizes the code path a bit. http://basho.com/understanding-riaks-configurable-behaviors-part-1/ discusses this behavior, although upon re-reading, I'm tempted to rewrite that explanation. -John _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
