ClickHouse/tests/integration/test_throttling/configs
Azat Khuzhin 837f4ea676 Add ability to throttle merges/mutations
Main motivation was to has an ability to throttle background tasks, to
avoid affecting queries.

To new server settings had been added for this:
- max_mutations_bandwidth_for_server
- max_merges_bandwidth_for_server

Note, that they limit only reading, since usually you will not write
more data then you read, but sometimes it is possible in case of ALTER
UPDATE.

But for now, to keep things simple, I decided to limit this with only
2 settings instead of 4.

Note, that if the write throttling will be needed, then they can use the
same settings, and just create new throttler for write.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-12-24 22:31:49 +01:00
..
dynamic_overrides.xml Refactor test_throttling slightly for upcoming tests 2023-12-24 22:29:43 +01:00
ssl.xml tests: switch test_throttling to S3 over https to make it more production like 2023-10-08 07:31:33 +02:00
static_overrides.xml Add ability to throttle merges/mutations 2023-12-24 22:31:49 +01:00
users_overrides_persistent.xml Update test_throttling with enabled s3_disable_checksum 2023-11-26 20:03:33 +01:00
users_overrides.xml Extensive coverage for bandwidth limiting settings 2023-05-17 12:12:39 +02:00