Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 79667 invoked from network); 14 May 2009 22:36:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 May 2009 22:36:18 -0000 Received: (qmail 30690 invoked by uid 500); 14 May 2009 22:19:10 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 30685 invoked by uid 500); 14 May 2009 22:19:10 -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 30675 invoked by uid 99); 14 May 2009 22:19:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 May 2009 22:19:10 +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; Thu, 14 May 2009 22:19:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 895E9234C004 for ; Thu, 14 May 2009 15:18:45 -0700 (PDT) Message-ID: <1193639231.1242339525548.JavaMail.jira@brutus> Date: Thu, 14 May 2009 15:18:45 -0700 (PDT) From: "Sandeep Tata (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Issue Comment Edited: (CASSANDRA-53) Add new call to API: get_slice_by_name_range In-Reply-To: <534221409.1238799733948.JavaMail.jira@brutus> 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 [ https://issues.apache.org/jira/browse/CASSANDRA-53?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708757#action_12708757 ] Sandeep Tata edited comment on CASSANDRA-53 at 5/14/09 3:17 PM: ---------------------------------------------------------------- Yes. I'm waiting for Jun to add his mergesort based access method (CASSANDRA-172). He's blocked on a bunch of other changes... I'll post a patch tomorrow using existing access methods so you can roll this in the 0.3 release. We can rewire this to the new access methods once they're there. was (Author: sandeep_tata): Yes. I'm waiting for Jun to add his mergesort based access method. He's blocked on a bunch of other changes... I'll post a patch tomorrow using existing access methods so you can roll this in the 0.3 release. We can rewire this to the new access methods once they're there. > Add new call to API: get_slice_by_name_range > -------------------------------------------- > > Key: CASSANDRA-53 > URL: https://issues.apache.org/jira/browse/CASSANDRA-53 > Project: Cassandra > Issue Type: New Feature > Affects Versions: trunk > Environment: all > Reporter: Sandeep Tata > Assignee: Sandeep Tata > Fix For: trunk > > Attachments: CASSANDRA-53-interface.patch, CASSANDRA-53-src-tests.patch > > > A new get call that lets you get all the columns between colStart and colEnd like: > get_slice_by_name_range(string tablename,string key,string columnFamily_column, String columnNameStart = "" , String columnNameEnd) > This would be particularly useful if you were encoding some information in the column names, and couldn't leverage just offset and count to get at the correct set of columns (eg all columns starting with "b"). > It might be fine to support this call only on name sorted column families and throw an UnsupportedException for other columnfamilies. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.