Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 9614 invoked from network); 20 Sep 2010 17:38:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Sep 2010 17:38:43 -0000 Received: (qmail 49151 invoked by uid 500); 20 Sep 2010 17:38:41 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 49117 invoked by uid 500); 20 Sep 2010 17:38:40 -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 49109 invoked by uid 99); 20 Sep 2010 17:38:40 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Sep 2010 17:38:40 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sdmnix@gmail.com designates 209.85.161.44 as permitted sender) Received: from [209.85.161.44] (HELO mail-fx0-f44.google.com) (209.85.161.44) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Sep 2010 17:38:17 +0000 Received: by fxm6 with SMTP id 6so119419fxm.31 for ; Mon, 20 Sep 2010 10:37:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=ndf1vD+iDZwyUb14N3VaP46cgaIN+ko6qnlG+lL9ZuA=; b=XbAvb69zhs38KtrTVl+A3muXqRNa0FQl4/+7cmG6OTcB44ite5Es5a0u+ts5HAoMOd evcNAjB2bXxFmPXFy2aJvH+y9PfO30J8KqKz8V1eEP2o9wrPZmZUYcn0sK+GVQXqJmDc EE/zjxxoDRprfoPxo0M13n3sLsr4lpR/JGO7g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=mDdX5pvYt45+8S7qXYHtN75HU2B0Xjsca1kMBXzLLa6S+jRb7M3szdpMmg0krcBfDL SS7UqvS4AU4kAWafdVYwJ6rwAAMXZLvUcuvvt4niR4Vr588w1daOrnJmhyWJSNr3bA6X mgOVctr2gNtLU3T1sVqyEpALydqtCBSkD9Fp0= MIME-Version: 1.0 Received: by 10.223.123.145 with SMTP id p17mr4902557far.90.1285004277581; Mon, 20 Sep 2010 10:37:57 -0700 (PDT) Received: by 10.223.32.19 with HTTP; Mon, 20 Sep 2010 10:37:57 -0700 (PDT) Date: Mon, 20 Sep 2010 11:37:57 -0600 Message-ID: Subject: How to get a list of keys of a CF? From: Scott Mann To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hello, I need to get a list of all the keys of a particular CF. The API doc indicates that "get_key_range" is gone now (I'm using 0.6.5), and that I need to use "get_range_slices," which returns the list of keys and their associated rows. Is this the only way to get the list of keys? It just seems a bit of overkill to have to pull the entire row, or am I missing something? TIA, -- -Scott