Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove GZip compression #1990

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions modules/ROOT/pages/configuration/configuration-settings.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ m|+++32768+++
|===


[role=label--enterprise-edition]
[role=label--enterprise-edition label--changed[Changed in 2025.01]]
[[config_dbms.cluster.network.supported_compression_algos]]
=== `dbms.cluster.network.supported_compression_algos`

Expand All @@ -550,7 +550,7 @@ m|+++32768+++
a|Network compression algorithms that this instance will allow in negotiation as a comma-separated list. +
For incoming connections, the algorithms are listed in descending order of preference. An empty list implies no compression. +
For outgoing connections, this merely specifies the allowed set of algorithms and the preference of the remote peer will be used for making the decision. +
Allowable values: [Gzip, Snappy, Snappy_validating, LZ4, LZ4_high_compression, LZ_validating, LZ4_high_compression_validating]
Allowable values: [Snappy, Snappy_validating, LZ4, LZ4_high_compression, LZ_validating, LZ4_high_compression_validating]
|Valid values
a|A comma-separated list where each element is a string.
|Default value
Expand Down