Definitely multi thread writes...probably with a little batching (10 or so). That's how i get my peak throughput. Le 23 févr. 2012 04:48, "Deno Vichas" <[email protected]> a écrit :
> all, > > would i be better off (i'm in java land) with spawning a bunch of > threads that all add a single item to a mutator or a single thread that > adds a bunch of items to a mutator? > > > thanks, > deno > >
