Return-Path: Delivered-To: apmail-hadoop-hbase-issues-archive@minotaur.apache.org Received: (qmail 22273 invoked from network); 25 Mar 2010 16:59:48 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Mar 2010 16:59:48 -0000 Received: (qmail 88024 invoked by uid 500); 25 Mar 2010 16:59:48 -0000 Delivered-To: apmail-hadoop-hbase-issues-archive@hadoop.apache.org Received: (qmail 87993 invoked by uid 500); 25 Mar 2010 16:59:48 -0000 Mailing-List: contact hbase-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hbase-issues@hadoop.apache.org Received: (qmail 87985 invoked by uid 99); 25 Mar 2010 16:59:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Mar 2010 16:59:48 +0000 X-ASF-Spam-Status: No, hits=-1134.2 required=10.0 tests=ALL_TRUSTED,AWL 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, 25 Mar 2010 16:59:47 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 20CF7234C4B4 for ; Thu, 25 Mar 2010 16:59:27 +0000 (UTC) Message-ID: <1906088447.491791269536367120.JavaMail.jira@brutus.apache.org> Date: Thu, 25 Mar 2010 16:59:27 +0000 (UTC) From: "Todd Lipcon (JIRA)" To: hbase-issues@hadoop.apache.org Subject: [jira] Commented: (HBASE-2353) HBASE-2283 removed bulk sync optimization for multi-row puts 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-2353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12849776#action_12849776 ] Todd Lipcon commented on HBASE-2353: ------------------------------------ I think the minibatching should actually give us both. Just need to find some time to write the code and give it a benchmark! :) > HBASE-2283 removed bulk sync optimization for multi-row puts > ------------------------------------------------------------ > > Key: HBASE-2353 > URL: https://issues.apache.org/jira/browse/HBASE-2353 > Project: Hadoop HBase > Issue Type: Bug > Reporter: ryan rawson > Fix For: 0.21.0 > > Attachments: HBASE-2353-deferred.txt > > > previously to HBASE-2283 we used to call flush/sync once per put(Put[]) call (ie: batch of commits). Now we do for every row. > This makes bulk uploads slower if you are using WAL. Is there an acceptable solution to achieve both safety and performance by bulk-sync'ing puts? Or would this not work in face of atomic guarantees? > discuss! -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.