Are you inserting in bulk? Try to increase the amount of mutations you send in a single batch, otherwise you are just measuring the TCP roundtrip time.
On 20 August 2012 17:36, Peter Morris <mrpmor...@gmail.com> wrote: > My misunderstanding, thanks for correcting me! > > > On Mon, Aug 20, 2012 at 4:32 PM, Hiller, Dean <dean.hil...@nrel.gov>wrote: > >> There is latency and throughput. These are two totally different things >> even for MySQL. If you are single threaded, each request (even with MySql) >> has to be delayed by 1ms or whatever your ping time is. To fully utilize a >> 1Gps bandwidth, you NEED to be multithreaded or you are wasting >> bandwidth…and even then, you probably waste bandwidth as one CPU can't >> always keep up with keeping the pipe filled. >> >>