maybe the good start is to share pbclient object and only create
bucket per request, you will save few steps on client configuration.
have you tried balancing requests to cluster and distribute them over all nodes?

pozdrawiam
Paweł Kamiński

[email protected]
[email protected]
______________________


On 10 October 2012 06:18, Pavel Kogan <[email protected]> wrote:
> Hi all,
>
> I have Riak cluster consisting of 5 nodes that contains about 30 millions of
> keys (35% of capacity according to Riak Control).
> Currently we have single JAVA client reading and writing records to same
> node. I need some tips, how to use the client efficiently
> to reach maximal throughput - I would like to be able to read/write up to
> 100 records/sec on 1Gbit network. Currently I get a lot
> of JAVA socket exceptions after a while (even for the much slower rate - 10
> records/sec), after which I  need to restart client and node.
>
> Thanks,
>    Pavel
>
> P.S: My client using 50 threads and pbc client is created and shut-downed
> per request.
>
> _______________________________________________
> riak-users mailing list
> [email protected]
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>

_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to