Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 81607 invoked from network); 23 Nov 2009 02:00:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Nov 2009 02:00:03 -0000 Received: (qmail 86677 invoked by uid 500); 23 Nov 2009 02:00:03 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 86619 invoked by uid 500); 23 Nov 2009 02:00:03 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 86599 invoked by uid 99); 23 Nov 2009 02:00:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Nov 2009 02:00:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Nov 2009 02:00:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C685D234C1EE for ; Sun, 22 Nov 2009 17:59:39 -0800 (PST) Message-ID: <1261840447.1258941579811.JavaMail.jira@brutus> Date: Mon, 23 Nov 2009 01:59:39 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Created: (CASSANDRA-571) API for requesting sub-slices of a range of supercolumns MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org API for requesting sub-slices of a range of supercolumns -------------------------------------------------------- Key: CASSANDRA-571 URL: https://issues.apache.org/jira/browse/CASSANDRA-571 Project: Cassandra Issue Type: New Feature Components: Core Reporter: Jonathan Ellis Priority: Minor Suhail Doshi wrote in a comment to CASSANDRA-570 (a different issue): Ability to slice a column and specify an exact super column key, for example: column_1 { sc1: {} } column_2 { sc1: {} sc2: {} } Be able to slice by "column_1" to "column_2" but instead of grabbing every column, grab only super column "sc1" from each? The reasoning is that it's terrible to have to slice by column and get *every* super column and have it held in memory for the client application. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.