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

max_network_bandwidth

Limits the speed of the data exchange over the network in bytes per second. This setting applies to every query. Possible values:
  • Positive integer.
  • 0 — Bandwidth control is disabled.

max_network_bandwidth_for_all_users

Limits the speed that data is exchanged at over the network in bytes per second. This setting applies to all concurrently running queries on the server. Possible values:
  • Positive integer.
  • 0 — Control of the data speed is disabled.

max_network_bandwidth_for_user

Limits the speed of the data exchange over the network in bytes per second. This setting applies to all concurrently running queries performed by a single user. Possible values:
  • Positive integer.
  • 0 — Control of the data speed is disabled.

max_network_bytes

Limits the data volume (in bytes) that is received or transmitted over the network when executing a query. This setting applies to every individual query. Possible values:
  • Positive integer.
  • 0 — Data volume control is disabled.
Last modified on July 23, 2026