Re: hector or astyanax

2013-05-09 Thread aaron morton
Yup, thats the one. A - Aaron Morton Freelance Cassandra Consultant New Zealand @aaronmorton http://www.thelastpickle.com On 8/05/2013, at 3:40 AM, Blair Zajac wrote: > On 05/07/2013 01:37 AM, aaron morton wrote: >>> i want to know which cassandra client is better? >> Go with

Re: hector or astyanax

2013-05-07 Thread Blair Zajac
On 05/07/2013 01:37 AM, aaron morton wrote: i want to know which cassandra client is better? Go with Astynax or Native Binary, they are both under active development and support by a vendor / large implementor. Native Binary being which one specifically? Do you mean the new DataStax java-dri

Re: hector or astyanax

2013-05-07 Thread aaron morton
of the time, one socket is just as fast as > 10/20…..I would love to know the truth/answer to that though. > > Later, > Dean > > > From: Aaron Turner mailto:synfina...@gmail.com>> > Reply-To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>"

Re: hector or astyanax

2013-05-06 Thread Derek Williams
s 10/20…..I would love to know the truth/answer to that though. >> >> Later, >> Dean >> >> >> From: Aaron Turner mailto:synfina...@gmail.com>> >> Reply-To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" < >> user@cass

Re: hector or astyanax

2013-05-06 Thread Aaron Turner
er@cassandra.apache.org<mailto:user@cassandra.apache.org>> > Date: Monday, May 6, 2013 10:57 AM > To: cassandra users user@cassandra.apache.org>> > Subject: Re: hector or astyanax > > Just because you can batch queries or have the server process them out of > order

Re: hector or astyanax

2013-05-06 Thread Hiller, Dean
"user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Date: Monday, May 6, 2013 10:57 AM To: cassandra users mailto:user@cassandra.apache.org>> Subject: Re: hector or astyanax Just because you can batch queries or have the server proce

Re: hector or astyanax

2013-05-06 Thread Aaron Turner
e new java driver is, but have not verified(I > hope it is) > > Dean > > From: Aaron Turner mailto:synfina...@gmail.com>> > Reply-To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" < > user@cassandra.apache.org<mailto:user@cassandr

Re: hector or astyanax

2013-05-06 Thread Hiller, Dean
...@gmail.com>> Reply-To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Date: Sunday, May 5, 2013 5:27 PM To: cassandra users mailto:user@cassandra.apache.org>> Subject: Re: hector or astyanax On Sun, May 5, 2013 at

Re: hector or astyanax

2013-05-05 Thread Derek Williams
I haven't done any performance testing with Cassandra 1.2, I was only giving possible reasons why the datastax binary driver might be faster. I have seen much better performance and reliability under heavy load in our internal rest services when switching from HTTP to SPDY. Possible reasons could b

Re: hector or astyanax

2013-05-05 Thread Edward Capriolo
I am aware of no benchmark that shows the binary driver to be faster then thrift. Yes. Theoretically a driver that with multiplex *should be* faster in *some* cases. However I have never seen any evidence to back up this theory anecdotal or otherwise. In fact https://github.com/pchalamet/cassa

Re: hector or astyanax

2013-05-05 Thread Aaron Turner
On Sun, May 5, 2013 at 1:09 PM, Derek Williams wrote: > The binary protocol is able to multiplex multiple requests using a single > connection, which can lead to much better performance (similar to HTTP vs > SPDY). This is without comparing the performance of thrift vs binary > protocol, which I

Re: hector or astyanax

2013-05-05 Thread Derek Williams
The binary protocol is able to multiplex multiple requests using a single connection, which can lead to much better performance (similar to HTTP vs SPDY). This is without comparing the performance of thrift vs binary protocol, which I assume the binary protocol would be faster since it is specializ

Re: hector or astyanax

2013-05-05 Thread Renato Marroquín Mogrovejo
Hey Shamim, Why do you say that Java-Driver has better performance over Hector or Astyanax? Is there any reasons for this? Thanks. Renato M. 2013/5/5 Shamim : > Hi, > Astyanax is just a refactoring of Hector and implements a few common > cassandra use cases. Very easy to use api. In Astyanax

Re: hector or astyanax

2013-05-05 Thread Shamim
Hi,   Astyanax is just a refactoring of Hector and implements a few common cassandra use cases. Very easy to use api. In Astyanax you will found all the functions from hector. For better performance you can also check datastax java driver https://github.com/datastax/java-driver. There are anoth