hbase/hbase-server
Andrew Purtell e4d2895cad HBASE-27166 WAL value compression minor improvements (#4584)
A larger IO buffer for absorbing WALCodec writes can improve the compression
ratio of larger values, because the compressor will be given a larger internal
buffer over which there will be more match opportunities. Does not impact the
ability to read existing written files.

Also, reset the BAOS internal buffer on the way out of compress() so potential
large-ish buffers do not linger on the heap longer than necessary.

Signed-off-by: Duo Zhang <zhangduo@apache.org>
2022-06-28 12:53:30 -07:00
..
src HBASE-27166 WAL value compression minor improvements (#4584) 2022-06-28 12:53:30 -07:00
pom.xml HBASE-26899 Run spotless:apply 2022-05-01 22:41:49 +08:00