Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 37105 invoked from network); 12 Jan 2011 06:32:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jan 2011 06:32:14 -0000 Received: (qmail 5621 invoked by uid 500); 12 Jan 2011 06:32:14 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 5155 invoked by uid 500); 12 Jan 2011 06:32:11 -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 5143 invoked by uid 99); 12 Jan 2011 06:32:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jan 2011 06:32:09 +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; Wed, 12 Jan 2011 06:32:09 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0C6Vm1l023521 for ; Wed, 12 Jan 2011 06:31:49 GMT Message-ID: <7517228.307111294813908952.JavaMail.jira@thor> Date: Wed, 12 Jan 2011 01:31:48 -0500 (EST) From: "dhruba borthakur (JIRA)" To: issues@hbase.apache.org Subject: [jira] Commented: (HBASE-3434) ability to increment a counter without reading original value from storage In-Reply-To: <23338946.251001294655025389.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-3434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980585#action_12980585 ] dhruba borthakur commented on HBASE-3434: ----------------------------------------- Using co-processors seems to be the right thing to do. if I build it this way, do I still contribute the code back to the Apache HBase svn tree? if so, where will it be located? > ability to increment a counter without reading original value from storage > -------------------------------------------------------------------------- > > Key: HBASE-3434 > URL: https://issues.apache.org/jira/browse/HBASE-3434 > Project: HBase > Issue Type: Improvement > Components: client, regionserver > Reporter: dhruba borthakur > Assignee: dhruba borthakur > > There are a bunch of applications that do read-modify-write operations on HBase constructs, e.g a counter; The counter value has to be read in from hdfs before it can be incremented. We have an application where the number of increments on a counter far outnumbers the number of times the counter is used or read. For these type of applications, it will be very beneficial to not have to read in the counter from disk before it can be incremented. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.