Re: A few questions about Cassandra's native protocol

2012-08-22 Thread Christoph Hack
On Wed, Aug 22, 2012 at 11:00 PM, Rob Coli wrote: > FWIW, while I suppose a client author is technically a "user" of > Cassandra, you appear to be making suggestions related to the > development of Cassandra. As I understand the conceptual seperation > between lists, you probably want to send such

Re: A few questions about Cassandra's native protocol

2012-08-22 Thread Rob Coli
On Wed, Aug 22, 2012 at 2:12 AM, Christoph Hack wrote: > 4. Prepared Statements FWIW, while I suppose a client author is technically a "user" of Cassandra, you appear to be making suggestions related to the development of Cassandra. As I understand the conceptual seperation between lists, you pro

Re: A few questions about Cassandra's native protocol

2012-08-22 Thread Christoph Hack
4. Prepared Statements It should be possible to prepare statements that do not take any arguments. This simplifies the client development significantly (otherwise everybody has to write his own parser to determine the number of arguments) and might also speed up common queries. The current impleme