jpountz opened a new pull request #1543: URL: https://github.com/apache/lucene-solr/pull/1543
See https://issues.apache.org/jira/browse/LUCENE-9378 This commit disables compression on short binary values, and also switches from "fast" compression to "high" compression for long values. The reasoning is that "high" compression tends to insert fewer, longer back references, which makes decompression slightly faster. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org