未验证 提交 701fdc5d 编写于 作者: B BayoNet 提交者: GitHub

DOCS-372: background_pool_size (#10589)

* background_pool_size setting documentation (DOCSUP-707) (#102)

* background_pool_size setting documentation

* background_pool_size documentation: changes after review

* background_pool_size documentation: RU version

* CLICKHOUSEDOCS-372: Described background_pool_size.

* Update docs/en/operations/settings/settings.md
Co-Authored-By: NIvan Blinkov <github@blinkov.ru>

* CLICKHOUSEDOCS-372: Updated by comments.
Co-authored-by: Notrazhenia <56156889+otrazhenia@users.noreply.github.com>
Co-authored-by: NSergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: NIvan Blinkov <github@blinkov.ru>
上级 89cbbe76
......@@ -1252,4 +1252,14 @@ Type: URL
Default value: Empty
## background_pool_size {#background_pool_size}
Sets the number of threads performing background operations in table engines (for example, merges in [MergeTree engine](../../engines/table_engines/mergetree_family/index.md) tables). This setting is applied at ClickHouse server start and can't be changed in a user session. By adjusting this setting, you manage CPU and disk load. Smaller pool size utilizes less CPU and disk resources, but background processes advance slower which might eventually impact query performance.
Possible values:
- Any positive integer.
Default value: 16.
[Original article](https://clickhouse.tech/docs/en/operations/settings/settings/) <!-- hide -->
......@@ -1143,4 +1143,14 @@ Default value: 0.
- [Sampling Query Profiler](../optimizing_performance/sampling_query_profiler.md)
- System table [trace\_log](../../operations/system_tables.md#system_tables-trace_log)
## background_pool_size {#background_pool_size}
Задает количество потоков для выполнения фоновых операций в движках таблиц (например, слияния в таблицах c движком [MergeTree](../../engines/table_engines/mergetree_family/index.md)). Настройка применяется при запуске сервера ClickHouse и не может быть изменена во пользовательском сеансе. Настройка позволяет управлять загрузкой процессора и диска. Чем меньше пулл, тем ниже нагрузка на CPU и диск, при этом фоновые процессы замедляются, что может повлиять на скорость выполнения запроса.
Допустимые значения:
- Положительное целое число.
Значение по умолчанию: 16.
[Оригинальная статья](https://clickhouse.tech/docs/ru/operations/settings/settings/) <!--hide-->
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册