You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2022/01/04 07:22:34 UTC

[GitHub] [phoenix] stoty commented on pull request #1353: PHOENIX-6587 Disallow specifying explicit pre-split on salted tables

stoty commented on pull request #1353:
URL: https://github.com/apache/phoenix/pull/1353#issuecomment-1004578856


   Some more reasoning to remove SchemaUtil.processSplit() :
   
   AFAICT it tries to emulate how HBase would automatically split a region.
   However, I could not find any reason why we would want to do that.
   * It is not necessary for correctness
   * It always adds an extra region to scan, as a salt key will always extend to an extra region (but this extra region is  guaranteed to not have any rows)
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org