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 8CC63CDD8 for ; Fri, 14 Jun 2013 15:11:41 +0000 (UTC) Received: (qmail 89606 invoked by uid 500); 14 Jun 2013 15:11:38 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 89382 invoked by uid 500); 14 Jun 2013 15:11:37 -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 89374 invoked by uid 99); 14 Jun 2013 15:11:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jun 2013 15:11:36 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: local policy) Received: from [209.85.128.171] (HELO mail-ve0-f171.google.com) (209.85.128.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jun 2013 15:11:30 +0000 Received: by mail-ve0-f171.google.com with SMTP id b10so568372vea.2 for ; Fri, 14 Jun 2013 08:10:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=majou.org; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ic2gGbG3PWrwtsVVj5GWQW1omZ+MkTWbmu7ykIzZpr0=; b=SJUlBcVbPUKqeprYL27esqHEVJLIde6qx6NI9+FSwUgtw1iWvmyudWp6xC6N6tX7H6 XObHoalaQu8xGVY24XWlBg4s+QhLMqH/JSqLAPdnUzAI46Wydyes8TX2hisYurU0BC/H CWHXNJWfi7sw5rUaDaJgY3SIr88nEGG99ILc8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=ic2gGbG3PWrwtsVVj5GWQW1omZ+MkTWbmu7ykIzZpr0=; b=QrzQ3vsp9yv7nRyMbNV+fKvhAE6t6XDn8dMKTmONl0hoq2h+tM1/u8kq4Tg+s5ZfoY f+nMa48QieJHajsxGAYy0gKsO1cbX4f7HBDWxe0ODQxIpCZKOHQxYCpQ1br9MUV6JrLi 8639EsUG0OAwc6oGhxQEKnIhbg8IV8JpBkU9jLpKxvgzd+ypBqczONHdEXRh1ssqa3VS 524csu23KztaIqOZocqUeXgmQWhXbCLM3ETYzl7SvwuVgspAN0w+tDzuXNT2Yjyc7jME g3E7zHsAfLzR5KfxHuKM3JyKMrUas6tvhvunRvsyXgnjX92U48lJOFinLcrsm91tSp1s niLw== MIME-Version: 1.0 X-Received: by 10.52.117.239 with SMTP id kh15mr917020vdb.62.1371222628391; Fri, 14 Jun 2013 08:10:28 -0700 (PDT) Received: by 10.220.56.3 with HTTP; Fri, 14 Jun 2013 08:10:28 -0700 (PDT) In-Reply-To: References: Date: Fri, 14 Jun 2013 17:10:28 +0200 Message-ID: Subject: Re: Slow scan request with basic test ? From: Simon Majou To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=bcaec547c97bac746204df1ea57b X-Gm-Message-State: ALoCoQlrpKD/PiiHkdbPme4IHLgc+WdrN1CGlJmDEwwXMG9907ZD3lVQoPU5iCds2kyEdcmUm9Tu X-Virus-Checked: Checked by ClamAV on apache.org --bcaec547c97bac746204df1ea57b Content-Type: text/plain; charset=ISO-8859-1 Hi, I am using the latest stable (0.94.8), I have a i3 laptop with a SSD. I am doing the basic test of the documentation : http://hbase.apache.org/book/quickstart.html#shell_exercises hbase(main):003:0> create 'test', 'cf' 0 row(s) in 1.2200 seconds hbase(main):003:0> list 'test' .. 1 row(s) in 0.0550 seconds hbase(main):004:0> put 'test', 'row1', 'cf:a', 'value1' 0 row(s) in 0.0560 seconds hbase(main):005:0> put 'test', 'row2', 'cf:b', 'value2' 0 row(s) in 0.0370 seconds hbase(main):006:0> put 'test', 'row3', 'cf:c', 'value3' 0 row(s) in 0.0450 seconds Here is what I got : create 'test', 'cf' create 'test', 'cf' 0 row(s) in 9.1360 seconds list 'test' list 'test' TABLE test 1 row(s) in 0.0280 seconds put 'test', 'row1', 'cf:a', 'value1' put 'test', 'row1', 'cf:a', 'value1' 0 row(s) in 4.6200 seconds put 'test', 'row2', 'cf:b', 'value2' put 'test', 'row2', 'cf:b', 'value2' 0 row(s) in 0.0080 seconds put 'test', 'row3', 'cf:c', 'value3' put 'test', 'row3', 'cf:c', 'value3' 0 row(s) in 0.0060 seconds scan 'test' scan 'test' ROW COLUMN+CELL row1 column=cf:a, timestamp=1371222264939, value=value1 row2 column=cf:b, timestamp=1371222269032, value=value2 row3 column=cf:c, timestamp=1371222275823, value=value3 3 row(s) in 4.5920 seconds It seems to have some ~4.5s latency, appearing 2x when creating a table, and appearing on the first put and on scans. Simon Simon On Fri, Jun 14, 2013 at 5:07 PM, Jean-Marc Spaggiari < jean-marc@spaggiari.org> wrote: > Hi Simon, > > Can you please provide more details? Which version are you testing > with, what is the test you are doing, on what kind of computer this is > running? > > Thanks, > > JM > > 2013/6/14 Simon Majou : > > Hello, > > > > When doing the basic test after installing, the scan request is really > slow > > (~5sec). There are no errors in the logs. Is it normal ? Why it is so ? > > > > Simon > --bcaec547c97bac746204df1ea57b--