Re: C++ Thrift client

2013-05-21 Thread aaron morton
> On 2013-05-16 02:58, Bill Hastings wrote: >> Hi All >> >> I am doing very small inserts into Cassandra in the range of say 64 >> bytes. I use a C++ Thrift client and seem consistently get latencies >> anywhere between 35-45 ms. Could some one please advise as to w

Re: C++ Thrift client

2013-05-17 Thread Sorin Manolache
On 2013-05-16 02:58, Bill Hastings wrote: Hi All I am doing very small inserts into Cassandra in the range of say 64 bytes. I use a C++ Thrift client and seem consistently get latencies anywhere between 35-45 ms. Could some one please advise as to what might be happening? Sniff the network

Re: C++ Thrift client

2013-05-17 Thread VĂ­ctor Hugo Oliveira Molinar
onsultant > New Zealand > > @aaronmorton > http://www.thelastpickle.com > > On 16/05/2013, at 12:58 PM, Bill Hastings wrote: > > Hi All > > I am doing very small inserts into Cassandra in the range of say 64 > bytes. I use a C++ Thrift client and seem consistently get latencies

Re: C++ Thrift client

2013-05-16 Thread aaron morton
@aaronmorton http://www.thelastpickle.com On 16/05/2013, at 12:58 PM, Bill Hastings wrote: > Hi All > > I am doing very small inserts into Cassandra in the range of say 64 > bytes. I use a C++ Thrift client and seem consistently get latencies > anywhere between 35-45 ms. Could

C++ Thrift client

2013-05-15 Thread Bill Hastings
Hi All I am doing very small inserts into Cassandra in the range of say 64 bytes. I use a C++ Thrift client and seem consistently get latencies anywhere between 35-45 ms. Could some one please advise as to what might be happening? thanks