Re: Recordset capabilities...

2013-07-16 Thread Tony Anecito
: "user@cassandra.apache.org" ; Tony Anecito Sent: Tuesday, July 16, 2013 12:10 AM Subject: Re: Recordset capabilities... Yes, currently the resultSet will contain all the rows, there is no "fetch size" supported. This will change soon however since Cassandra 2.0 has some

Re: Recordset capabilities...

2013-07-15 Thread Sylvain Lebresne
Yes, currently the resultSet will contain all the rows, there is no "fetch size" supported. This will change soon however since Cassandra 2.0 has some "paging" support at the protocol level and the driver will make use of that. But that won't be before 2.0. As an aside, this kind of question about

Recordset capabilities...

2013-07-15 Thread Tony Anecito
Hi All, I am using the Datastax native client for Cassandra and have a question. Does the resultset contain all the Rows? On a JDBC driver there is this concept of fetch record size. I do not seem to think Datastax did that in their implementation but that probably is not a requirement. But I b