I want to manually split a region into 2 parts of the same size. The row key of the regions is based on user-id, which is not distributed uniformly. I see that in the default split method, the midkey is returned after a compaction. Can I get the midkey efficiently without compact it?
Regards, Sean
