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
h I assume the binary protocol would be faster since it is >> specialized for cassandra requests. >> >> >> On Sun, May 5, 2013 at 12:14 PM, Renato Marroquín Mogrovejo < >> renatoj.marroq...@gmail.com> wrote: >> >>> Hey Shamim, >>> >

Re: hector or astyanax

2013-05-05 Thread Edward Capriolo
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 implemen

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
specialized for cassandra requests. On Sun, May 5, 2013 at 12:14 PM, Renato Marroquín Mogrovejo < renatoj.marroq...@gmail.com> wrote: > Hey Shamim, > > Why do you say that Java-Driver has better performance over Hector or > Astyanax? Is there any reasons for this? > Thanks. > &g

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 us

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

hector or astyanax

2013-05-04 Thread 李 晗
hello, i want to know which cassandra client is better? and what are their advantages and disadvantages? thanks