mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 02:23:14 +00:00
abae86f7a6
* Doc fix: add spaces where missing
* Doc fixes: rm double spaces
* Doc fixes: edit spaces
* Doc fixes: rm double spaces in /fa
* Revert "Doc fixes: rm double spaces in /fa"
This reverts commit bb879a62ef
.
* Doc fix: resolve all problems with double spaces in /fa
* Doc fix: add spaces for readability
* Doc fix: add spaces
* Fix spaces
1.3 KiB
1.3 KiB
Настройка внешнего словаря
Конфигурация словаря имеет следующую структуру:
<dictionary>
<name>dict_name</name>
<source>
<!-- Source configuration -->
</source>
<layout>
<!-- Memory layout configuration -->
</layout>
<structure>
<!-- Complex key configuration -->
</structure>
<lifetime>
<!-- Lifetime of dictionary in memory -->
</lifetime>
</dictionary>
- name - Идентификатор, под которым словарь будет доступен для использования. Используйте символы
[a-zA-Z0-9_\-]
. - source - Источник словаря.
- layout - Размещение словаря в памяти.
- structure - Структура словаря. Ключ и атрибуты, которые можно получить по ключу.
- lifetime - Периодичность обновления словарей.