The cassandra-jdbc driver here http://code.google.com/a/apache-extras.org/p/cassandra-jdbc/
uses the Thrift transport which does not support streaming results.
The new (beta) native binary protocol supports partial results http://www.datastax.com/docs/1.2/cql_cli/cql_binary_protocol
Cheers
-----------------
Aaron Morton
Freelance Cassandra Developer
New Zealand
@aaronmorton
http://www.thelastpickle.com
On 25/02/2013, at 7:24 AM, Prabath Abeysekara <prabathabeysekara@gmail.com> wrote:
> Hi,
>
> Does Cassandra JDBC driver support result set fetching? I did some background research
on the $subject and it appears to me that the Cassandra JDBC driver fetches all the records
matching a CQL query as a single batch. Am I missing something?
>
>
> Thanks in advance,
> Prabath
> --
> Prabath
|