Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E05C110649 for ; Thu, 18 Apr 2013 18:00:21 +0000 (UTC) Received: (qmail 66984 invoked by uid 500); 18 Apr 2013 18:00:21 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 66626 invoked by uid 500); 18 Apr 2013 18:00:21 -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 66094 invoked by uid 99); 18 Apr 2013 18:00:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Apr 2013 18:00:20 +0000 Date: Thu, 18 Apr 2013 18:00:20 +0000 (UTC) From: "Nick Dimiduk (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-6739) Single put should avoid batch overhead when autoflush is on 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-6739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13635439#comment-13635439 ] Nick Dimiduk commented on HBASE-6739: ------------------------------------- Can this be closed as a dupe of HBASE-5824? > Single put should avoid batch overhead when autoflush is on > ------------------------------------------------------------ > > Key: HBASE-6739 > URL: https://issues.apache.org/jira/browse/HBASE-6739 > Project: HBase > Issue Type: Improvement > Reporter: Jimmy Xiang > Priority: Minor > > Currently, even when autoflush is on, a single put is handled the same way as if autoflush is off: convert the put to multi-action, create a callable, hand it to an executor to process, wait for it to complete. > We can avoid this overhead for single put if autoflush is on. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira