You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sujee Maniyam (Updated) (JIRA)" <ji...@apache.org> on 2011/12/01 00:39:39 UTC

[jira] [Updated] (HBASE-4440) add an option to presplit table to PerformanceEvaluation

     [ https://issues.apache.org/jira/browse/HBASE-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sujee Maniyam updated HBASE-4440:
---------------------------------

    Attachment: PerformanceEvaluation.java

added --presplit option to pre-split table
                
> 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
>            Priority: Minor
>              Labels: benchmark
>         Attachments: PerformanceEvaluation.java
>
>
> 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 <other options>
> (b) hbase ...PerformanceEvaluation   --presplit <other options>
> (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