Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9E5CE108E4 for ; Wed, 27 Nov 2013 06:19:07 +0000 (UTC) Received: (qmail 51545 invoked by uid 500); 27 Nov 2013 06:19:03 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 51473 invoked by uid 500); 27 Nov 2013 06:19:02 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 51465 invoked by uid 99); 27 Nov 2013 06:19:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Nov 2013 06:19:02 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of yuzhihong@gmail.com designates 209.85.215.53 as permitted sender) Received: from [209.85.215.53] (HELO mail-la0-f53.google.com) (209.85.215.53) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Nov 2013 06:18:56 +0000 Received: by mail-la0-f53.google.com with SMTP id ea20so4916439lab.40 for ; Tue, 26 Nov 2013 22:18:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=EBz3EH7+XWLcikBfRjrwdbROA6R7LgCvGa5KyEXEuCY=; b=W1IM9zgZyOshsuutQyW07Dl0wBPKZnl0DR7mzB5/gvqqt/Gw49dih7XsK6ys8K9W0v 5/SJ2J15eXRY5MfoCa3vf8mUCHBJkmhojePdw3WwbRvp6mx1mxYHA05+un+YhI7XDXkf PVCdU4FQM8fYQZH1t/UHbTx3IGLfH9B7mnFCM8+2gsG0CTMpbPdnRoXfLHtFmF83ipke 7eCuauO3YGntmU6tQmtNn6k1UGCaGNbI3Kv8BVziKEPb5Ut0QHj0WGBgpCfeMqQiIlL7 WJJYVB5XZzMa1v95Z3DcRJ8qGP/OIalY2R4+w2IKK+/SgV7Jkcpti/YwbWea/F2HizfH GdEA== MIME-Version: 1.0 X-Received: by 10.152.181.98 with SMTP id dv2mr29087715lac.15.1385533115790; Tue, 26 Nov 2013 22:18:35 -0800 (PST) Received: by 10.112.129.40 with HTTP; Tue, 26 Nov 2013 22:18:35 -0800 (PST) In-Reply-To: References: <1385488012.68103.YahooMailNeo@web140605.mail.bf1.yahoo.com> Date: Tue, 26 Nov 2013 22:18:35 -0800 Message-ID: Subject: Re: HBase: Paralel Query From: Ted Yu To: "user@hbase.apache.org" Content-Type: multipart/alternative; boundary=001a113413c630fc3004ec229110 X-Virus-Checked: Checked by ClamAV on apache.org --001a113413c630fc3004ec229110 Content-Type: text/plain; charset=ISO-8859-1 bq. I didn't enabled blockcache What if you enable blockcache ? Cheers On Tue, Nov 26, 2013 at 8:45 PM, Job Thomas wrote: > Hello lars, > > Here re the answers , > > -> I have only one region server. ( I am testing Hbase via phoenix with > Hbase in a single server). > -> All queries are fired through Phoenix only.( select Lastname from > tablename where Id=? ( Here Id is the primary key)) > -> hbase.regionserver.handler.count=30(default value). > -> Hardware: Core =8 > Ram =8 Gb > -> I didn't enabled blockcache. > -> Are the client in multiple threads in the process or multiple > processes? - I am not clear > > > Best Regards, > Job M Thomas > > ________________________________ > > From: lars hofhansl [mailto:larsh@apache.org] > Sent: Tue 11/26/2013 11:16 PM > To: user@hbase.apache.org > Subject: Re: HBase: Paralel Query > > > > Hi Job, > > first off some questions :) > How many regions are you accessing? > What type of query is this (get or scan)? > How many handlers have you configured? > What does you hardware look like (how many cores, etc)? > Is the data all in the blockcache? > If not, what does the disk IO look like? > Are the client in multiple threads in the process or multiple processes? > > > Sorry for all the questions, but we need a bit more data. > > > -- Lars > > > > ________________________________ > From: Job Thomas > To: user@hbase.apache.org > Sent: Tuesday, November 26, 2013 12:26 AM > Subject: HBase: Paralel Query > > > > > Hi All, > > How can we configure Hbase inorder to perform multythreading/parallel > query faster . > > These are some bits from my analysis: > > Each Thread contain 10 query ( Random) > > Tread H2(Msec) Phoenix(Msec) > 1 34 215 > 2 63 222 > 4 120 324 > 6 200 340 > 8 250 460 > 10 350 560 > 12 410 592 > > I have to find some points in the graph ploted with these values where > lines are intercepting . > So I need hbase to perform well with multythreaded condition . > > > Best Regards, > Job M Thomas > > --001a113413c630fc3004ec229110--