v.1.1.54378New Feature

New Setting: max_network_bandwidth_for_all_users

New setting: max_network_bandwidth_for_all_users.
Introduces a new setting max_network_bandwidth_for_all_users to limit the total network bandwidth usage across all users in ClickHouse.

Why it matters

This setting helps to control and limit the aggregate network bandwidth consumed by all users, preventing network congestion and ensuring fair resource distribution among users.

How to use it

To apply this feature, set the max_network_bandwidth_for_all_users configuration parameter to the desired bandwidth limit value in the ClickHouse server configuration or dynamically via session settings.