Re: counter crdt in riak

2015-10-21 Thread David Byron
Whoops...didn't mean to drop the mailing list off the recipient list. Pull request here: https://github.com/basho/basho_docs/pull/1865. -DB On 10/21/15 7:52 AM, David Byron wrote: On 10/20/15 11:56 PM, Russell Brown wrote: On 21 Oct 2015, at 04:56, David Byron wrote: Apologies if this i

Re: counter crdt in riak

2015-10-20 Thread Russell Brown
On 21 Oct 2015, at 04:56, David Byron wrote: > Apologies if this is basic question, or one that's already been answered. > I've done a fair amount of digging (e.g. > http://thread.gmane.org/gmane.comp.db.riak.user/12808/focus=12816), but I'm > still confused about the documentation regarding

Re: counter crdt in riak

2015-10-20 Thread David Byron
On 10/20/15 9:26 PM, xia...@xiaclo.net wrote: This gives a little more detail about each of the CRDT types: https://github.com/basho/riak/issues/354 Thanks much. That link is very helpful. Your assumptions are correct. Within Riak, an actor is a vnode, and counters behave as G-Counters. K

Re: counter crdt in riak

2015-10-20 Thread xiaclo
This gives a little more detail about each of the CRDT types: https://github.com/basho/riak/issues/354Your assumptions are correct. Within Riak, an actor is a vnode, and counters behave as G-Counters.Keep in mind that Riak counters store both an increment and decrement for each actor, which allows