[
https://issues.apache.org/jira/browse/SOLR-16706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bruno Roustant resolved SOLR-16706.
-----------------------------------
Resolution: Fixed
> Reduce the ZLibCompressor compression buffer size
> -------------------------------------------------
>
> Key: SOLR-16706
> URL: https://issues.apache.org/jira/browse/SOLR-16706
> Project: Solr
> Issue Type: Improvement
> Reporter: Bruno Roustant
> Priority: Major
> Fix For: 9.3
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> 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]