Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 47F58105CE for ; Tue, 16 Jul 2013 06:10:39 +0000 (UTC) Received: (qmail 26409 invoked by uid 500); 16 Jul 2013 06:10:36 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 26080 invoked by uid 500); 16 Jul 2013 06:10:33 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 26051 invoked by uid 99); 16 Jul 2013 06:10:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jul 2013 06:10:30 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sylvain@datastax.com designates 209.85.192.173 as permitted sender) Received: from [209.85.192.173] (HELO mail-pd0-f173.google.com) (209.85.192.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jul 2013 06:10:25 +0000 Received: by mail-pd0-f173.google.com with SMTP id v14so315455pde.18 for ; Mon, 15 Jul 2013 23:10:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=lMnK+0zRtj9VsFjAjorbkn1SoPcnWP5mvWD46+LYnNY=; b=YkBhK1e4h7Z2drG/EH3lK+cj2zaJQqWxnhfj+R/YmCKzvxx/H4QP89UIMXsJJ0i6jF zj5iWlzuo4O7nBcHIG2dhdV9qqkCm7OqqRabd/olYGwCIYBELZQJgcERaRvA9fX8K0Z9 D43bjzPqMGQfDp0hBkGMAuh4k5VkKr+Erq9zDiK+uRFdEkT4gKlubKSvxzq/pPYOl66C xP+syeuacIY/K/9ICUzZ1U7mSvO9ssnSdUOCpblO1aOZ6Tig5qkOrdowGwTTWRKcFk/m aHDzjoXt4YlERz2NdFhn17kuCHx1w3j5STStCERQpT1+UVlqO1QVMqhAOcGPZ6HaARYY UoLA== MIME-Version: 1.0 X-Received: by 10.68.17.230 with SMTP id r6mr56804720pbd.112.1373955004869; Mon, 15 Jul 2013 23:10:04 -0700 (PDT) Received: by 10.68.88.37 with HTTP; Mon, 15 Jul 2013 23:10:04 -0700 (PDT) In-Reply-To: <1373919520.71507.YahooMailNeo@web121802.mail.ne1.yahoo.com> References: <1373919520.71507.YahooMailNeo@web121802.mail.ne1.yahoo.com> Date: Tue, 16 Jul 2013 08:10:04 +0200 Message-ID: Subject: Re: Recordset capabilities... From: Sylvain Lebresne To: "user@cassandra.apache.org" , Tony Anecito Content-Type: multipart/alternative; boundary=bcaec520ee9300c05904e19ad4b7 X-Gm-Message-State: ALoCoQnlEkThuX5K9mDDDHiFgCVbtTYkatsWtcc5U6LKLpue52TRUT2d37ba1+NBkHq7H4XLHqxf X-Virus-Checked: Checked by ClamAV on apache.org --bcaec520ee9300c05904e19ad4b7 Content-Type: text/plain; charset=ISO-8859-1 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 the Datastax Java driver belong in the driver mailing lists (java-driver-user@lists.datastax.com, you can register directly at mailing.lists.datastax.com), not this list. -- Sylvain On Mon, Jul 15, 2013 at 10:18 PM, Tony Anecito wrote: > 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 bet the Architects and network engineers need to know about that. > > Regards, > -Tony > --bcaec520ee9300c05904e19ad4b7 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Yes, currently the resultSet will contain all the row= s, there is no "fetch size" supported. This will change soon howe= ver 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 the Datastax J= ava driver belong in the driver mailing lists (java-driver-user@lists.datastax.com, you can= register directly at mailing= .lists.datastax.com), not this list.

--
Sylvain


On Mon, Jul 15, 2013 at 10:18 PM, To= ny Anecito <adanecito@yahoo.com> wrote:
Hi All,

I am using the Datastax native client for Cassandra and have a question. Do= es the resultset contain all the Rows? On a JDBC driver there is this conce= pt 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 bet the Architects= and network engineers need to know about that.

Regards,
=
-Tony

--bcaec520ee9300c05904e19ad4b7--