[
https://issues.apache.org/jira/browse/SOLR-16706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17706847#comment-17706847
]
ASF subversion and git services commented on SOLR-16706:
--------------------------------------------------------
Commit 34ea32b877b5e865528425e44d2a4bd6ba55cc84 in solr's branch
refs/heads/main from Bruno Roustant
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=34ea32b877b ]
SOLR-16706: Reduce the ZLibCompressor compression buffer size. (#1469)
> 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
> 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]