Hi there,
What kind of protocol is used betwwen Riak nodes to communicate. Because if
all Riak nodes are located in the same cluster (LAN network scale) there is
no problem.
But when Riak nodes are located on different clusters which are connected
through Internet, there are some limitations. Beca
Hi there,
What is the difference between Protocol Buffers and HTTP interface?
And how and when we should select one of them for our applications?
Thanks in advance,
Alek.
___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mai
Hi,
Does anyone know how to switch from Bitcask to eLevelDB?
In app.config both of them exist as shown below:
%% Bitcask Config
{bitcask, [
{data_root, "./data/bitcask"}
]},
%% eLevelDB Config
{eleveldb, [
{data_root, "./data/leveldb"}
]},
Rega
Hi,
1) How can I find where a key is ? (On which node)
2) How I can find which keys are mapped to a particular node?
Thanks in advance,
Alak
___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.
Hi,
When I run a curl -H "Accept: text/plain"
http://137.195.143.116:8098/statscommand
I get three sets of nodes:connected_nodes, ring_members, ring_ownership
that are not the same. One node is included in connected_nodes but is not
included in ring_members, ring_ownership
What could be the reason
Hi,
I have done a benchmark in Riak and I find that Insert a new record has the
lowest latency and Get's latecy (seek a record by key) is the middle one
(in terms of latency) and Update command has the highest latency.
Latency means the amount of time that each operation takes to complete.
What