ClickHouse/docs/en
filimonov fbb22348ea
Refactor reading the pool setting & from server config. (#48055)
After #36425 there was a lot of confusions/problems with configuring pools - when the message was confusing, and settings need to be ajusted in several places.
See some examples in #44251, #43351, #47900, #46515.

The commit includes the following changes:
1) Introduced a unified mechanism for reading pool sizes from the configuration file(s). Previously, pool sizes were read from the Context.cpp with fallbacks to profiles, whereas main_config_reloader in Server.cpp read them directly without fallbacks.
2) Corrected the data type for background_merges_mutations_concurrency_ratio. It should be float instead of int.
3) Refactored the default values for settings. Previously, they were defined in multiple places throughout the codebase, but they are now defined in one place (or two, to be exact: Settings.h and ServerSettings.h).
4) Improved documentation, including the correct message in system.settings.

Additionally make the code more conform with #46550.
2023-03-30 16:44:11 +02:00
..
development Update build.md 2023-03-30 17:07:36 +08:00
engines Refactor reading the pool setting & from server config. (#48055) 2023-03-30 16:44:11 +02:00
getting-started Merge pull request #48175 from gingerwizard/youtube_docs 2023-03-29 10:33:21 -06:00
interfaces Merge pull request #48119 from Avogar/avro-more-types 2023-03-29 13:07:35 +02:00
operations Refactor reading the pool setting & from server config. (#48055) 2023-03-30 16:44:11 +02:00
sql-reference Update type-conversion-functions.md 2023-03-30 11:15:11 -03:00