wchevreuil opened a new pull request, #4675:
URL: https://github.com/apache/hbase/pull/4675

   Here we propose two additional 
properties,"hbase.block.size.limit.compressed" and  
"hbase.block.size.max.compressed" that would allow for consider the compressed 
size (if compression is in use) for delimiting blocks during hfile writing. 
When compression is enabled, certain datasets can have very high compression 
efficiency, so that the default 64KB block size and 10GB max file size can lead 
to hfiles with very large number of blocks. 
   
   In this proposal, "hbase.block.size.limit.compressed" is a boolean flag that 
switches to compressed size for delimiting blocks, and 
"hbase.block.size.max.compressed" is an int with the limit, in bytes for the 
compressed block size, in order to avoid very large uncompressed blocks 
(defaulting to 320KB).


-- 
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-unsubscr...@hbase.apache.org

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

Reply via email to