Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 92501 invoked from network); 13 Nov 2010 20:01:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Nov 2010 20:01:04 -0000 Received: (qmail 61907 invoked by uid 500); 13 Nov 2010 20:01:35 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 61862 invoked by uid 500); 13 Nov 2010 20:01:35 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 61854 invoked by uid 99); 13 Nov 2010 20:01:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Nov 2010 20:01:34 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Nov 2010 20:01:34 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oADK1DuT002592 for ; Sat, 13 Nov 2010 20:01:14 GMT Message-ID: <10221216.62251289678473785.JavaMail.jira@thor> Date: Sat, 13 Nov 2010 15:01:13 -0500 (EST) From: "Pranav Khaitan (JIRA)" To: issues@hbase.apache.org Subject: [jira] Commented: (HBASE-3211) Key (Index) Only Fetches In-Reply-To: <26824086.111781289346547333.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-3211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12931722#action_12931722 ] Pranav Khaitan commented on HBASE-3211: --------------------------------------- I think the patch along with documentation submitted by Jonathan is perfect for now. Later on, if we need to support a lot of mutating operations, we could add a new mutator api. > Key (Index) Only Fetches > ------------------------ > > Key: HBASE-3211 > URL: https://issues.apache.org/jira/browse/HBASE-3211 > Project: HBase > Issue Type: Improvement > Reporter: Kannan Muthukkaruppan > Assignee: Jonathan Gray > Fix For: 0.90.0 > > Attachments: HBASE-3211-v2.patch, HBASE-3211-v3.patch > > > When you retrieve data from HBase you get Key (Row+Column+Timestamp) + Values. > It would be nice to have a mode where we only fetch the keys (i.e. the index) but not the values. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.