Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

max_remote_* session settings

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

max_remote_read_network_bandwidth

Type
UInt64
Default
0

The maximum speed of data exchange over the network in bytes per second for read.

max_remote_write_network_bandwidth

Type
UInt64
Default
0

The maximum speed of data exchange over the network in bytes per second for write.

Navigation