You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2017/06/29 22:07:00 UTC

[jira] [Updated] (HBASE-17983) control region numbers when create table to improve performance

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

stack updated HBASE-17983:
--------------------------
    Fix Version/s:     (was: 2.0.0)

> control region numbers when create table to improve performance
> ---------------------------------------------------------------
>
>                 Key: HBASE-17983
>                 URL: https://issues.apache.org/jira/browse/HBASE-17983
>             Project: HBase
>          Issue Type: Improvement
>          Components: Admin, Client
>    Affects Versions: 2.0.0
>            Reporter: WangYuan
>            Priority: Minor
>         Attachments: HBASE-17983-control-region-numbers-when-create-table.patch
>
>
> I found that with the increasing number of regions in every RegionServer , HBase read and write performance decreased, and failed to achieve the desired performance. Therefore, we hope to control the number of regions in every RegionServer , and add the judgment before creating tables.
> I can set up a region parameter in hbase-default.xml, hbase.client.region.averageload.numbers, when the client builds a table that exceeds the value of this parameter, throws an exception.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)