Re: LevelDB Question

2015-08-05 Thread xiaclo
From the Riak docs (http://docs.basho.com/riak/latest/ops/advanced/backends/leveldb/#Tiered-Storage), under "selecting a level", it appears ‎the 10x rule doesn't apply to the lower levels, and oddly looks more lik

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