Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

network_* session settings

These settings are available in system.settings and are autogenerated from source.

network_compression_method

Type
String
Default
LZ4

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

Type
Int64
Default
1

Adjusts the level of ZSTD compression. Used only when network_compression_method is set to ZSTD.

Possible values:

  • Positive integer from 1 to 15.
Navigation