Re: documentation for allow_mult=false

2011-11-03 Thread Mark Phillips
On Wed, Nov 2, 2011 at 11:58 AM, Jeremiah Peschka wrote: > Please add this explanation to the wiki. I'd do it, but i'm working with an > RDBMS right now and I am neither distributed nor eventually consistent. > --- Opened a new issue to make sure this content finds its way there. https://github

Re: documentation for allow_mult=false

2011-11-03 Thread Tuure Laurinolli
On Nov 2, 2011, at 17:18 , Ryan Zezeski wrote: > On Tue, Nov 1, 2011 at 5:51 PM, Justin Karneges wrote: > Are you saying that allow_mult=false + last_write_win=false is the same as > allow_mult=false + last_write_win=true ? > > False/false may be the default behavior, but I want to know what th

Re: documentation for allow_mult=false

2011-11-02 Thread Jeremiah Peschka
Please add this explanation to the wiki. I'd do it, but i'm working with an RDBMS right now and I am neither distributed nor eventually consistent. --- Jeremiah Peschka - Founder, Brent Ozar PLF, LLC Microsoft SQL Server MVP On Nov 2, 2011, at 8:18 AM, Ryan Zezeski wrote: > On Tue, Nov 1, 2011 a

Re: documentation for allow_mult=false

2011-11-02 Thread Justin Karneges
On Wednesday, November 02, 2011 08:18:48 AM Ryan Zezeski wrote: > No, last_write_wins=true doesn't care about the value of allow_mult. Only > one should be true at the same time, and the default is to have both set to > false. Perhaps making an imaginary setting to displace these two would > help

Re: documentation for allow_mult=false

2011-11-02 Thread Ryan Zezeski
On Tue, Nov 1, 2011 at 5:51 PM, Justin Karneges wrote: > Are you saying that allow_mult=false + last_write_win=false is the same as > allow_mult=false + last_write_win=true ? > > False/false may be the default behavior, but I want to know what that > behavior > is. :) > > Justin, No, last_write_

Re: documentation for allow_mult=false

2011-11-01 Thread Justin Karneges
Are you saying that allow_mult=false + last_write_win=false is the same as allow_mult=false + last_write_win=true ? False/false may be the default behavior, but I want to know what that behavior is. :) On Tuesday, November 01, 2011 02:15:11 PM Ryan Zezeski wrote: > Hi Justin, > > Sorry this is

Re: documentation for allow_mult=false

2011-11-01 Thread Ryan Zezeski
Hi Justin, Sorry this is unclear, you're not the first to stumble on this page. Please see my reply from a few days ago [1]. In short, allow_mult=false + last_write_wins=false is the default behavior. -Ryan [1]: http://lists.basho.com/pipermail/riak-users_lists.basho.com/2011-October/006292.ht

documentation for allow_mult=false

2011-11-01 Thread Justin Karneges
Hi, http://wiki.basho.com/Vector-Clocks.html discusses allow_mult=true but does not really explain how allow_mult=false works, at least not when last_write_wins is false. Here's a table we can fill out: allow_mult, last_write_wins --- false, false -> ? true, false -> write siblings, re