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 51C55180D7 for ; Fri, 23 Oct 2015 00:49:36 +0000 (UTC) Received: (qmail 64249 invoked by uid 500); 23 Oct 2015 00:49:33 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 64208 invoked by uid 500); 23 Oct 2015 00:49: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 64198 invoked by uid 99); 23 Oct 2015 00:49:33 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Oct 2015 00:49:33 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 7A23E1809B9 for ; Fri, 23 Oct 2015 00:49:33 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.298 X-Spam-Level: ** X-Spam-Status: No, score=2.298 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id cWli5yoXx_gR for ; Fri, 23 Oct 2015 00:49:32 +0000 (UTC) Received: from mail-ig0-f171.google.com (mail-ig0-f171.google.com [209.85.213.171]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 5D4B142AB6 for ; Fri, 23 Oct 2015 00:49:32 +0000 (UTC) Received: by igbhv6 with SMTP id hv6so6274070igb.0 for ; Thu, 22 Oct 2015 17:49:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=qVkyFH4uZ9wttqVtS7GleL5iikJ1aFs1WbFyFOfRklc=; b=VFQ2Kn1+AxHfYlujFo7jW2Ri/nfCYWC2wXXshBE1hQFL6d0cke+aq1opFF4c0vrwYD i1QWfB4leAnE2OeUpxy5Shw+F0RyKUBJjCxZjQBYs3zpqDWntl81KvKShD3gcQAA2J45 pxrsUttaxAbmtAswrW7T8U1S4JNGlCsjgO3mcw9zztaMUNZc/9b/iKR8M7beYNSEffe9 e5iDacRLx/kKBahXfe3zlZOJPf+4cnjcjAi8PsFXl2LSoMA5fgu9Bl9asaH0rO3OfbhD mjWH1WKYQrvO91GxIDl3BAOp67WlQ7CG/8LajQA3vK5+Suz8oQfoD/6BvzqFahRQLApv 9xYw== X-Gm-Message-State: ALoCoQngFBt6avzP7yd8Qjd7U2khFT6p5YWaH+kSZdaddyrYuiPd7qiTCWc84cJP8ZH4UrlZ/hXB MIME-Version: 1.0 X-Received: by 10.50.72.108 with SMTP id c12mr1243687igv.63.1445561371846; Thu, 22 Oct 2015 17:49:31 -0700 (PDT) Received: by 10.36.59.4 with HTTP; Thu, 22 Oct 2015 17:49:31 -0700 (PDT) Date: Thu, 22 Oct 2015 17:49:31 -0700 Message-ID: Subject: Automatic pagination does not get all results From: Sid Tantia To: user Content-Type: multipart/alternative; boundary=047d7bdc123c12094a0522bafce1 --047d7bdc123c12094a0522bafce1 Content-Type: text/plain; charset=UTF-8 Hello, Has anyone had a problem with automatic pagination returning different results everytime (this is for a table with ~180,000 rows)? I'm going through each page and inserting the results into an array and each time I go through all the pages, the resultant array has a different size. This happens whether I use a SELECT query with automatic paging using the Ruby driver or a COPY to CSV command with cqlsh. -Sid --047d7bdc123c12094a0522bafce1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello,

Has anyone had a problem with automatic pagi= nation returning different results everytime (this is for a table with ~180= ,000 rows)? I'm going through each page and inserting the results into = an array and each time I go through all the pages, the resultant array has = a different size.

This happens whether I use a SELECT qu= ery with automatic paging using the Ruby driver or a COPY to CSV command wi= th cqlsh.

-Sid

--047d7bdc123c12094a0522bafce1--