Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

max_distributed_* server settings

These settings configure the ClickHouse server and are autogenerated from ClickHouse source.

max_distributed_cache_read_bandwidth_for_server

Type
UInt64
Default
0
Changeable without restart
Yes
The maximum total read speed from distributed cache on server in bytes per second. Zero means unlimited.

max_distributed_cache_write_bandwidth_for_server

Type
UInt64
Default
0
Changeable without restart
Yes
The maximum total write speed to distributed cache on server in bytes per second. Zero means unlimited.

Navigation