mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Doc change. Added description for disable_internal_dns_cache, dns_cache_update_period (#6926)
This commit is contained in:
parent
2c3457dbfe
commit
886efb1794
@ -774,4 +774,18 @@ If `use_minimalistic_part_header_in_zookeeper = 1`, then [replicated](../table_e
|
||||
|
||||
**Default value:** 0.
|
||||
|
||||
## disable_internal_dns_cache {#server-settings-disable_internal_dns_cache}
|
||||
|
||||
Disables the internal DNS cache. Recommended for operating ClickHouse in systems
|
||||
with frequently changing infrastructure such as Kubernetes.
|
||||
|
||||
**Default value:** 0.
|
||||
|
||||
## dns_cache_update_period {#server-settings-dns_cache_update_period}
|
||||
|
||||
The period of updating IP addresses stored in the ClickHouse internal DNS cache (in seconds).
|
||||
The update is performed asynchronously, in a separate system thread.
|
||||
|
||||
**Default value**: 15.
|
||||
|
||||
[Original article](https://clickhouse.yandex/docs/en/operations/server_settings/settings/) <!--hide-->
|
||||
|
@ -742,4 +742,18 @@ ClickHouse использует ZooKeeper для хранения метадан
|
||||
|
||||
**Значение по умолчанию**: 0.
|
||||
|
||||
## disable_internal_dns_cache {#server-settings-disable_internal_dns_cache}
|
||||
|
||||
Отключает внутренний кеш DNS записей. Используется при эксплуатации ClickHouse в системах
|
||||
с часто меняющейся инфраструктурой, таких как Kubernetes.
|
||||
|
||||
**Значение по умолчанию**: 0.
|
||||
|
||||
## dns_cache_update_period {#server-settings-dns_cache_update_period}
|
||||
|
||||
Период обновления IP адресов у записей во внутреннем DNS кеше ClickHouse (в секундах).
|
||||
Обновление выполняется асинхронно, отдельным системным потоком.
|
||||
|
||||
**Значение по умолчанию**: 15.
|
||||
|
||||
[Оригинальная статья](https://clickhouse.yandex/docs/ru/operations/server_settings/settings/) <!--hide-->
|
||||
|
Loading…
Reference in New Issue
Block a user