Can you provide an average time per 10000 record? I did some stuff similar recently and it took a while too (I was using the leveldb backend)
Shuhao Sent from my phone. On 2013-01-02 3:04 PM, "catchme" <[email protected]> wrote: > 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 >
_______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
