RE: Questions on cql binary protocol

2012-11-23 Thread Pierre Chalamet
: 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

Re: Questions on cql binary protocol

2012-11-19 Thread Sylvain Lebresne
> 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

Questions on cql binary protocol

2012-11-16 Thread Pierre Chalamet
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