existHBaseIn application development, when a table'sRowkeyRange and distribution are known, pre-score is recommendedregion,
Please call the following code (fragment) to pre-sort a tableregionAfter this table will create severalregion?
//Create a pre-partitionregionthe tablebyte【】I splits = new byte【4];splits【0】=Bytes.toBytes
("A");splits【1】=Bytes.toBytes("H");splits【2】=Bytes.toBytes("O");splits
【3】=Bytes.toBytes("U");admin.createTable(htd,splits);
Submit