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 EC6419999 for ; Wed, 11 Jan 2012 20:09:06 +0000 (UTC) Received: (qmail 27025 invoked by uid 500); 11 Jan 2012 20:09:06 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 26964 invoked by uid 500); 11 Jan 2012 20:09:06 -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 26955 invoked by uid 99); 11 Jan 2012 20:09:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2012 20:09:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2012 20:09:03 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B5566145D97 for ; Wed, 11 Jan 2012 20:08:42 +0000 (UTC) Date: Wed, 11 Jan 2012 20:08:42 +0000 (UTC) From: "Jean-Daniel Cryans (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <1998749465.31263.1326312522744.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1423512450.43208.1316457188883.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-4440) add an option to presplit table to PerformanceEvaluation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13184342#comment-13184342 ] Jean-Daniel Cryans commented on HBASE-4440: ------------------------------------------- Please create a new jira, carry over some of our conversations we had here to justify it, and leave this jira like it is please. Good stuff. > add an option to presplit table to PerformanceEvaluation > -------------------------------------------------------- > > Key: HBASE-4440 > URL: https://issues.apache.org/jira/browse/HBASE-4440 > Project: HBase > Issue Type: Improvement > Components: util > Reporter: Sujee Maniyam > Assignee: Sujee Maniyam > Priority: Minor > Labels: benchmark > Fix For: 0.94.0 > > Attachments: PerformanceEvaluation.java, PerformanceEvaluation_HBASE_4440.patch, PerformanceEvaluation_HBASE_4440_2.patch > > > PerformanceEvaluation a quick way to 'benchmark' a HBase cluster. The current 'write*' operations do not pre-split the table. Pre splitting the table will really boost the insert performance. > It would be nice to have an option to enable pre-splitting table before the inserts begin. > it would look something like: > (a) hbase ...PerformanceEvaluation --presplit=10 > (b) hbase ...PerformanceEvaluation --presplit > (b) will try to presplit the table on some default value (say number of region servers) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira