Hi, guys
I'm a newbie to Riak, I have the question. Will the objects, which in
different buckets but have the same key, be stored in the same vnode
and be managed by this vnode?
Best regards,
___
riak-users mailing list
riak-users@lists.basho.com
http
Hi, guys,
For example, log data (in log bucket) can store in bitcask-backend,
it's OK. But some data, such as session info which in session bucket,
should be better store in memeory.
So, can diverse store-backends be config to support different buckets?
Best regards
_
When I join nodes like this:
dev1/bin/riak-admin join dev2@127.0.0.1
dev1/bin/riak-admin join dev3@127.0.0.1
the ring has only 2 nodes: dev1 & dev2. I wait about 30 minutes,
nothing changed.
So I must join the ring nodes in some proper order?
___
riak-u