Skip to main content
These settings configure the ClickHouse server and are autogenerated from ClickHouse source.

max_replicated_fetches_network_bandwidth_for_server

The maximum speed of data exchange over the network in bytes per second for replicated fetches. Zero means unlimited.

max_replicated_sends_network_bandwidth_for_server

The maximum speed of data exchange over the network in bytes per second for replicated sends. Zero means unlimited.

max_replicated_table_num_to_throw

If the number of replicated tables is greater than this value, the server will throw an exception. Only counts tables for database engines:
  • Atomic
  • Ordinary
  • Replicated
  • Lazy
A value of 0 means no limitation.
Example
Last modified on July 23, 2026