Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 10083 invoked from network); 17 Jan 2009 20:03:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jan 2009 20:03:49 -0000 Received: (qmail 29673 invoked by uid 500); 17 Jan 2009 20:03:49 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 29656 invoked by uid 500); 17 Jan 2009 20:03:49 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 29645 invoked by uid 99); 17 Jan 2009 20:03:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Jan 2009 12:03:49 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.203.238.117] (HELO dns.duboce.net) (63.203.238.117) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Jan 2009 20:03:42 +0000 Received: by dns.duboce.net (Postfix, from userid 1008) id 2C1EBC51D; Sat, 17 Jan 2009 10:35:43 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-26) on dns.duboce.net X-Spam-Level: Received: from durruti.local (unknown [192.168.1.102]) by dns.duboce.net (Postfix) with ESMTP id C4F65C1CE for ; Sat, 17 Jan 2009 10:35:40 -0800 (PST) Message-ID: <49723986.1000500@duboce.net> Date: Sat, 17 Jan 2009 12:03:18 -0800 From: stack User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: hbase-dev@hadoop.apache.org Subject: Re: ANN: hbase-0.19.0 Release Candidate 1 References: <497100D3.6090804@duboce.net> <31a243e70901161631v336901can6e362a8eac97f686@mail.gmail.com> <49716ABB.6030504@duboce.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.4 Clint Morgan wrote: > Nice work! > > Is the random read with BlockCache enabled? > BlockCache is enabled by default on catalog tables only. In the test, it was not enabled for the user-space PE test table. My experience with blockcache and random read was that with 1G heap, tests usually ran slower when blockcache was enabled. Because the test is 'random', test was spending its time clearing and filling the cache. If heap was bigger, 2G say, then blockcache made a difference and random reads ran faster (2-4X faster). Real loads are probably not random. If you are considering enabling blockcache on tables, be sure to consider findings in HBASE-1127; i.e. difficulty making the soft reference cache run reliably. St.Ack > On Fri, Jan 16, 2009 at 9:20 PM, stack wrote: > > >> Here you go J-D: >> http://wiki.apache.org/hadoop/Hbase/PerformanceEvaluation#0_19_0. >> >> 4-5X improvement writing and scanning. Random reads are up ~25%. >> >> I'm going to start a new table with numbers for concurrent clients so we >> can track how this changes over time. >> >> St.Ack >> >> >> >> Jean-Daniel Cryans wrote: >> >> >>> I think we're also due for a new PE comparison. >>> >>> Thx in advance Stack ;) >>> >>> J-D >>> >>> On Fri, Jan 16, 2009 at 4:49 PM, stack wrote: >>> >>> >>> >>> >>>> The first hbase 0.19.0 release candidate is available for download: >>>> >>>> http://people.apache.org/~stack/hbase-0.19.0-candidate-1/ >>>> >>>> >>>> More than 180 issues have been addressed in 0.19.0. The release notes >>>> are >>>> available here: http://tinyurl.com/8xmyx9. >>>> >>>> Should we release this candidate as hbase 0.19.0? Please vote +1/-1 by >>>> Obamaday (Tuesday), January 20th, 2009. >>>> >>>> Thanks, >>>> St.Ack >>>> >>>> >>>> >>>> >>>> >>>> >>> >>> >> > >