[ 
https://issues.apache.org/jira/browse/HBASE-7748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13580055#comment-13580055
 ] 

Robert Dyer commented on HBASE-7748:
------------------------------------

Am I correct in assuming that if there is a very uneven distribution of user's, 
and the region has say 5 users, but the first user in the region takes up over 
half the space (and thus the split point picks that user) that this 
implementation will wind up not splitting?

Wouldn't it make sense to find the row group's first row (what the current 
patch does) *and* find the next group's first row and choose based on which one 
gives a better split?
                
> Add DelimitedKeyPrefixRegionSplitPolicy
> ---------------------------------------
>
>                 Key: HBASE-7748
>                 URL: https://issues.apache.org/jira/browse/HBASE-7748
>             Project: HBase
>          Issue Type: New Feature
>            Reporter: Enis Soztutar
>            Assignee: Enis Soztutar
>             Fix For: 0.96.0, 0.94.5
>
>         Attachments: hbase-7748_v1.patch, hbase-7748_v2.patch, 
> hbase-7748_v3-0.94.patch, hbase-7748_v3.patch
>
>
> DelimitedKeyPrefixRegionSplitPolicy similar to KeyPrefixRegionSplitPolicy, 
> but with a delimiter for the key, instead of a fixed prefix. 
> Can be used for META regions, since we are doing 
> table_name,start_key,region_id.encoded_region_name.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to