Apache9 commented on issue #966: HBASE-23620 KeyPrefixRegionSplitPolicy may cause split to fail when s… URL: https://github.com/apache/hbase/pull/966#issuecomment-569280428 This is a very important assumption, as it make sure that the rows with same prefix are in the same region. For example, I add user id as the prefix of the row key, and I want to do local secondary index on the user data, then it is very important to me that all the data belong to a user are in the same region. So if you do not need this assumption, just do not use this split policy?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
