Details
Description
In BufferedDataBlockEncoder.SeekerState every read will new a tagsBuffer for compressTags. There is no need when no tags or compressTags=false, so we can reduce this new byte[] to reduce garbage.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-16213 A new HFileBlock structure for fast random get
- Resolved