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
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
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