Naresh K Goty created OAK-9919:
----------------------------------
Summary: Allow NodeStore for mongodb with supported collection
compressors
Key: OAK-9919
URL: https://issues.apache.org/jira/browse/OAK-9919
Project: Jackrabbit Oak
Issue Type: Improvement
Components: jackrabbit-api
Reporter: Naresh K Goty
Starting with MongoDB v4.2, mongodb storageEngine (wiredTiger) started
supporting [zstd as
compression|https://www.mongodb.com/docs/manual/reference/configuration-options/#mongodb-setting-storage.wiredTiger.collectionConfig.blockCompressor].
* Upon testing, document compression rates shown significant compression(> 40%
reduction).
* Operations on nodes with MongoDB as datastore, also yielded results
comparable with current default compression (snappy).
This improvement will allows applications to choose the appropriate collection
compression for their usecases. By default, snappy compression will be enabled.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)