Hello,
I am trying to store 1543400 records using the memory backend.
I have a basic cluster setup with 2 nodes..
I am using the pbcClient
Bucket b = client.createBucket("test_bucket1").nVal(1).execute();
                        //store object
                        StoreObject<IRiakObject> storeObject = 
                                        buckt.store((String) key,buf);
                        storeObject.dw(Quora.ONE).returnBody(false).execute();

The store takes forever..
I have riak installed on RHEL 6

Any suggestions?

Thanks



--
View this message in context: 
http://riak-users.197444.n3.nabble.com/store-performance-tp4026462.html
Sent from the Riak Users mailing list archive at Nabble.com.

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

Reply via email to