Hi All, new Riak'er here so please bear with me.

I have a cluster of 5 nodes, and I have created a cluster-PCB client using
the RiakFactory. My question is the following;

Given a collection of 10,000 items, what is the fastest way of inserting
such items. I have tried the following techniques using the Java API 1.1.0.

- Looping through each item in the collection and performing a
bucket.store(key, val).execute()
- I have also tried using StoreObject<TypeX> with defaults and specifying
'lazy' quorums
     * I have read StoreObject does a read on every write, if true, can that
be disabled?

Thanks in advance!



--
View this message in context: 
http://riak-users.197444.n3.nabble.com/Best-way-to-insert-a-collection-of-items-at-once-tp4028487.html
Sent from the Riak Users mailing list archive at Nabble.com.

_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to