Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions source/reference/configuration-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3847,7 +3847,25 @@ LDAP Parameters

*Available starting in MongoDB 4.2.1 (and 4.0.12)*

.. setting:: storage.wiredTiger.engineConfig.zstdCompressionLevel

*Type*: integer

*Default*: 6

Specifies the level of compression applied when using
the :term:`zstd` compressor.

Values can range from 1 to 22.

The higher the specified value for ``zstdCompressionLevel``
the higher the compression which is applied.

Only applicable when
:setting:`~storage.wiredTiger.collectionConfig.blockCompressor`
is set to ``zstd``.

*Available starting in MongoDB 5.0*

.. setting:: storage.wiredTiger.collectionConfig.blockCompressor

Expand Down
11 changes: 11 additions & 0 deletions source/release-notes/5.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,17 @@ Starting in MongoDB 5.0, the new parameter
the time in milliseconds to wait for any ongoing database operations to
complete before initiating a shutdown of :binary:`~bin.mongos`.

Configurable ``zstd`` Compression Level
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

MongoDB 5.0 introduces the
:setting:`~storage.wiredTiger.engineConfig.zstdCompressionLevel`
configuration file option which allows for configurable compression
levels when
:setting:`~storage.wiredTiger.collectionConfig.blockCompressor` is set
to ``zstd``.


Lock-Free Read Operations
~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down