hbase
hbase copied to clipboard
Apache HBase
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...
https://issues.apache.org/jira/browse/HBASE-27295
Co-authored-by: Luca Kovacs
https://issues.apache.org/jira/browse/HBASE-27245
https://issues.apache.org/jira/browse/HBASE-27246
Wraps the existing codahale Histogram in a KeyValueStats object. This object tracks the global min and max sizes for the statistic, since Histogram's is subject to sampling. Additionally adds a...