: dev@cassandra.apache.org
Subject: Re: Questions on cql binary protocol
> Could you confirm that query id is server scoped ? (meaning can I
> disconnect and reconnect later using the same request Id).
>
It is. I've pushed a sentence in the doc to clarify that point.
>
> .Havin
> Could you confirm that query id is server
> scoped ? (meaning can I disconnect and reconnect later using the same
> request Id).
>
It is. I've pushed a sentence in the doc to clarify that point.
>
> .Having TTL and TIMESTAMP after [consistency] in the QUERY frame
> would be helpful for
Hi,
First, a big thanks to the Cassandra team for delivering binary protocol.
It's really so much better than Thrift in term of client interface and
result handling.
As I'm rewriting my Cassandra client for .Net, one question popped regarding
PREPARE statement: the scope of the PREPARE stat