From user-return-7840-apmail-cassandra-user-archive=cassandra.apache.org@cassandra.apache.org Thu Jul 22 00:06:22 2010 Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 52783 invoked from network); 22 Jul 2010 00:06:22 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Jul 2010 00:06:22 -0000 Received: (qmail 42574 invoked by uid 500); 22 Jul 2010 00:06:20 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 42466 invoked by uid 500); 22 Jul 2010 00:06:19 -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 42458 invoked by uid 99); 22 Jul 2010 00:06:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jul 2010 00:06:19 +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 patricioe@gmail.com designates 209.85.212.172 as permitted sender) Received: from [209.85.212.172] (HELO mail-px0-f172.google.com) (209.85.212.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jul 2010 00:06:11 +0000 Received: by pxi20 with SMTP id 20so4204690pxi.31 for ; Wed, 21 Jul 2010 17:05:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=qfB6ZuvSiqlzVACqT/5HzpPLSBDADiGX9fwZ034He70=; b=uooHPzbXJEAIOHRjktcckugnvIKKtm2jIndiN2nxw147bwMj5i/mU0iXNqoVKbtzc2 bVWntziSO9fxSVHAU4tuW/uLaino1aTd6jl+vnTYN2gxDnZcvl/2y0jAPGhaJAWN5DwM hWpRbXaJx25TF0O2D1SVf9FPBVYLOnwgBKby0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=XnXWIBQabJO5QOudW42hpHjyHRGIVP6rx5a/5pubMHP0WSWPGn6oYuLAA+fe+NE9da v2ajTrzKoELVUIS6GwZZX5xgx1IZYHqDf3SKzMZOlTihKfYf81qUWdcQ0BuMVigDLMAX gecj03fnhHL5YxFTdYljjGwDf3WOUD42H7wnI= Received: by 10.142.164.3 with SMTP id m3mr1146236wfe.293.1279757150123; Wed, 21 Jul 2010 17:05:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.231.16 with HTTP; Wed, 21 Jul 2010 17:05:30 -0700 (PDT) From: =?ISO-8859-1?Q?Patricio_Echag=FCe?= Date: Wed, 21 Jul 2010 17:05:30 -0700 Message-ID: Subject: Is it possible to read from one row, several SuperColumns with all their Columns in one call? To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi all, apologize before hand if this question sounds a bit dumb but I don't see what API I should use (if there is any) this is my model: row key A: SC_UUID_1: Col1, Col2, Col3 SC_UUID_2: Col1, Col2, Col3 SC_UUID_3: Col1, Col2, Col3 SC_UUID_4: Col1, Col2, Col3 SC_UUID_5: Col1, Col2, Col3 SC_UUID(i) are random UUIDs. Is there any way to read in one call from row A, the SC 2,3,4 with all their columns? The amount of columns in every SuperColumn is not big at all. normally less than 20. Thanks -- Patricio.-