Bruno Roustant created SOLR-16706:
-------------------------------------
Summary: Reduce the ZLibCompressor compression buffer size
Key: SOLR-16706
URL: https://issues.apache.org/jira/browse/SOLR-16706
Project: Solr
Issue Type: Improvement
Security Level: Public (Default Security Level. Issues are Public)
Reporter: Bruno Roustant
Currently ZLibCompressor.compress() works with a compression buffer initialized
with a capacity equal to the source data (to compress) length.
Since we expect a good compression ratio, specially for state.json, we propose
a small adjustment to have the initial capacity of the buffer configurable.
That way, when the caller knows it is compressing a state.json data, it can set
the initial buffer capacity to sourceData.length / 10.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]