Re: A few questions about Cassandra's native protocol

2012-08-27 Thread paul cannon
On Sun, Aug 26, 2012 at 2:03 PM, Christoph Hack wrote: > Ticket+Patch: https://issues.apache.org/jira/browse/CASSANDRA-4577 Excellent- I'll take a look at that too. 5) LIMIT > > The last query with LIMIT 1 in this example returns a very strange result > imho. > Instead of just limiting the rows

Re: A few questions about Cassandra's native protocol

2012-08-26 Thread Christoph Hack
Hi Paul, many thanks for your informative answer! It's very exciting to see all those new and upcoming features in Cassandra. >> 3) Stability > Ouch, that's pretty bad. File a jira ticket for that, for sure. The binary > protocol will still be "beta" for the 1.2 release, and not enabled by > defa

Re: A few questions about Cassandra's native protocol

2012-08-25 Thread paul cannon
On Wed, Aug 22, 2012 at 4:53 PM, Christoph Hack wrote: > Hi, > > I am currently developing a client for Cassandra's new native protocol > in Go. Everything is working fine so far and I am quite happy with the > new protocol. Good work! Here a just a couple of questions and notes: > That's great.