Apache9 commented on PR #5820:
URL: https://github.com/apache/hbase/pull/5820#issuecomment-2048835083

   > Introduce a new configuration setting - "hfile.block.size" that, if set, 
will define the default blocksize to use when writing HFiles if a column family 
schema does not define its own non-default block size. This is a bit 
complicated but required for compatability. The rules are:
   > 
   > * If the schema specifies a non default block size, use it.
   > * Otherwise, if the configuration specifies a non default block size, use 
it.
   > * Otherwise, use the default block size.
   > 
   > The default is defined by HConstants.DEFAULT_BLOCKSIZE.
   > 
   > Given how compound configurations work the precedence order for a non 
default block size is: BLOCKSIZE in the column family schema > 
"hfile.block.size" in CF or table level schema > "hfile.block.size" in site 
configuration > HConstants.DEFAULT_BLOCKSIZE
   
   No table level configuration?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to