Skip to main content
These settings are available in system.settings and are autogenerated from source.

network_compression_method

The codec for compressing the client/server and server/server communication. Possible values:
  • NONE — no compression.
  • LZ4 — use the LZ4 codec.
  • LZ4HC — use the LZ4HC codec.
  • ZSTD — use the ZSTD codec.
See Also

network_zstd_compression_level

Adjusts the level of ZSTD compression. Used only when network_compression_method is set to ZSTD. Possible values:
  • Positive integer from 1 to 15.
Last modified on July 22, 2026