gianm opened a new pull request, #14563:
URL: https://github.com/apache/druid/pull/14563
Two changes:
1) Intern DecompressingByteBufferObjectStrategy. Saves ~32 bytes per column.
2) Split GenericIndexed into GenericIndexed.V1 and GenericIndexed.V2. The
major benefit here is splitting up the ByteBuffers. Some are needed for
V1, some for V2, and it helps to not store them all. Each one is ~80
bytes.
So, this saves ~168 bytes for V1, and ~88 bytes for V2.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]