Yun Zhao created HBASE-19051:
--------------------------------

             Summary: Add new split algorithm for num string
                 Key: HBASE-19051
                 URL: https://issues.apache.org/jira/browse/HBASE-19051
             Project: HBase
          Issue Type: Improvement
            Reporter: Yun Zhao
            Priority: Minor


We will use the reversed sequential number or phone number as the first part of 
rowkey, there is no split algorithm to create a pre-split table, only by 
specify the split points.
{code}
create 't1','f', SPLITS => ['1','2','3','4','5','6','7','8','9']
{code}

Add new split algorithm DecStringSplit.
{code}
create 't2','f', { NUMREGIONS => 10 , SPLITALGO => 'DecStringSplit' }
{code}




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

Reply via email to