RE: Under expectation response time for reads

2011-01-20 Thread George Ciubotaru
Hi Miguel, This indeed solved the problem. The response times are now under 1 ms which is great. Thank you once again, George From: Miguel Verde [mailto:miguelitov...@gmail.com] Sent: 20 January 2011 16:46 To: user@cassandra.apache.org Subject: Re: Under expectation response time for

Re: Under expectation response time for reads

2011-01-20 Thread Miguel Verde
Disable Nagle's algorithm and you should see much better performance. It must not be used on loopback. http://markmail.org/message/rgauuflglwemm24o On Thu, Jan 20, 2011 at 6:24 AM, George Ciubotaru < george.ciubot...@weedle.com> wrote: > Hello, > > We are in the process of evaluating Cassandra t

Under expectation response time for reads

2011-01-20 Thread George Ciubotaru
Hello, We are in the process of evaluating Cassandra to be used with our product; I've started with some performance tests but unfortunately I'm getting very bad results for read operations (around 200 ms per read request which is much much more than what I'm reading that Cassandra can deliver)