From user-return-3867-apmail-cassandra-user-archive=cassandra.apache.org@cassandra.apache.org Sat Apr 03 21:47:06 2010 Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 87209 invoked from network); 3 Apr 2010 21:47:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Apr 2010 21:47:06 -0000 Received: (qmail 69058 invoked by uid 500); 3 Apr 2010 21:47:05 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 69033 invoked by uid 500); 3 Apr 2010 21:47:05 -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 69024 invoked by uid 99); 3 Apr 2010 21:47:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Apr 2010 21:47:05 +0000 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=AWL,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of joe@joestump.net designates 209.85.221.177 as permitted sender) Received: from [209.85.221.177] (HELO mail-qy0-f177.google.com) (209.85.221.177) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Apr 2010 21:46:57 +0000 Received: by mail-qy0-f177.google.com with SMTP id 7so3015373qyk.17 for ; Sat, 03 Apr 2010 14:46:37 -0700 (PDT) Received: by 10.229.96.82 with SMTP id g18mr6212790qcn.82.1270331197148; Sat, 03 Apr 2010 14:46:37 -0700 (PDT) Received: from [192.168.1.2] (190.sub-75-229-108.myvzw.com [75.229.108.190]) by mx.google.com with ESMTPS id y41sm2943887qce.17.2010.04.03.14.46.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 03 Apr 2010 14:46:36 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1078) Subject: Re: LazyBoy question From: Joe Stump In-Reply-To: Date: Sat, 3 Apr 2010 14:46:33 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: user@cassandra.apache.org X-Mailer: Apple Mail (2.1078) On Apr 3, 2010, at 2:00 PM, Jonathan Ellis wrote: > I don't think Lazyboy exposes range queries [that is, iterating rows > whose keys you do not know ahead of time]. Pycassa does, though. I think ieure's fork has itertools support that will let you do crazy = iteration stuff with it. I haven't dug into it though. --Joe