Re: Cassandra 0.6.2 with thrift hector-0.6.0-13

2010-06-08 Thread Jonathan Ellis
Java transports buffer internally. there is no TBufferedTransport the way there is in C#. (moving to user@) On Tue, Jun 8, 2010 at 10:31 AM, Subrata Roy wrote: > We are using Cassandra 0.6.2 with hector/thrift client, and our > application performance is really slow. We are not sure that it is

Cassandra 0.6.2 with thrift hector-0.6.0-13

2010-06-08 Thread Subrata Roy
We are using Cassandra 0.6.2 with hector/thrift client, and our application performance is really slow. We are not sure that it is because of hector/thrift connection or not. Jonathan E. and other people has suggested that using "TBuffferedTransport(TSocket) instead of a TSocket directly" perform