Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 63561 invoked from network); 27 Sep 2010 07:52:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Sep 2010 07:52:17 -0000 Received: (qmail 24644 invoked by uid 500); 27 Sep 2010 07:52:16 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 24487 invoked by uid 500); 27 Sep 2010 07:52:13 -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 24478 invoked by uid 99); 27 Sep 2010 07:52:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Sep 2010 07:52:12 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [74.125.82.172] (HELO mail-wy0-f172.google.com) (74.125.82.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Sep 2010 07:52:04 +0000 Received: by wyi11 with SMTP id 11so4920278wyi.31 for ; Mon, 27 Sep 2010 00:51:43 -0700 (PDT) Received: by 10.216.12.8 with SMTP id 8mr12410617wey.107.1285573494107; Mon, 27 Sep 2010 00:44:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.48.195 with HTTP; Mon, 27 Sep 2010 00:44:33 -0700 (PDT) In-Reply-To: References: From: Benjamin Black Date: Mon, 27 Sep 2010 00:44:33 -0700 Message-ID: Subject: Re: How to Retrieve all the rows from a ColumnFamily To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org http://wiki.apache.org/cassandra/FAQ#iter_world On Sun, Sep 26, 2010 at 11:51 PM, sekhar kosuru wrote: > Hi > I am new to Cassandra Database. > I want to know how to Retrieve all the records from a column family, is this > is different in the clustered servers vs single servers. > Please suggest me with piece of code if possible. > > /Regards > Sekhar. >