Re: Fastest Method for Importing Into Riak.

2015-08-31 Thread Alex Moore
Hi Dennis, The fastest way would be to chunk your file, and use a Parallel.ForEach loop to do parallel puts. Just make sure you have your connection pool size turned up, and you override th

Fastest Method for Importing Into Riak.

2015-08-18 Thread Dennis Nicolay
Hi, What is the fastest way to import data from a delimited file into Riak using the .net RiakClient? Is there a bulk insert using the other Riak clients? Thanks in advance, Dennis ___ riak-users mailing list riak-users@lists.basho.com http: