Hi Mark, Responses are inline below.
-- Hector On Sun, Feb 2, 2014 at 5:17 AM, markrthomas <[email protected]> wrote: > Hello > > mongoimport is blazingly fast compared with my java-riak-client inspired > groovy load script (using pb). I'm just trying to import JSON data for a > small dataset. There's just no comparison. Gideon's response [0] to your load balancing thread hints at what may be causing your slow load times. If you front a cluster with a load balancer, it'll help ensure that you are maximizing the throughput of your entire cluster as opposed to just one of its nodes. HAProxy is probably be the quickest way to get a load balancer in front of your cluster to balance PB connections. An example configuration file can be found here. [1] > It would be handy if Riak came with an equivalent 'riakimport' tool. > Noted. I'll ensure that this feedback makes it back to our product management team. > > Thanks > > Mark > [0] http://lists.basho.com/pipermail/riak-users_lists.basho.com/2014-February/014588.html [1] http://docs.basho.com/riak/latest/ops/advanced/configs/load-balancing-proxy/#HAProxy > > -- > View this message in context: > http://riak-users.197444.n3.nabble.com/mongoimport-and-java-riak-client-tp4030413.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
