Alex,
That is correct. There are some additional docs we have on load-balancing
and such on our docs page
http://docs.basho.com/riakcs/latest/cookbooks/configuration/Load-Balancing-and-Proxy-Configuration/,
but generally it acts and feels like a Riak installation. One additional
special node is
Not that I know of. I believe keys are independent in this regard. Basho is
introducing sets in riak 2.0 but I don't think they will bee sorted sets like
in redis.
-Alexander
@siculars
http://siculars.posthaven.com
Sent from my iRotaryPhone
> On Jun 29, 2014, at 15:54, Alex De la rosa wrot
Hi there,
I have a question about something that just came up to my mind... can we
determine which counter is higher in a bucket? For example:
# Taking the FIFA World Cup as example:
bucket = client.bucket_type('counter_bucket').bucket('goals')
counter = bucket.new('Neymar')
counter.increment(4)
Roughly. Even with PR/PW you can't say strong _consistency_, but you can
reason about stronger _durability_ and reduced divergence. To truly get
strong consistency, you have to use a consensus algorithm like Paxos, Raft,
etc. Riak 2.0 will have one that you can turn on per-bucket-type.
Generally i
Hi there,
One more question regarding Riak CS, does it behave like standard Riak?
storing 3 copies (default) and needing a minimum of 5 servers to operate?
Cheers,
Alex
On Fri, Jun 27, 2014 at 2:43 AM, Jared Morrow wrote:
> Luwak is definitely EOL'd and RiakCS is our large object store going