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
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
From: David Byron mailto:dby...@dbyron.com>>
Date: Wed Oct 21 2015 15:03:04 GMT+1100 (AUS Eastern Summer Time)
To: riak-users@lists.basho.com mailto:riak-users@lists.basho.com>>
Subject: counter crdt in riak
Apologies if this is basic question, or one that's already been
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
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 conflict resolution
for riak's crdt counter. Specific