mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Modification [#METR-20000].
This commit is contained in:
parent
a60b0fbfb5
commit
1510f6771a
@ -6144,7 +6144,7 @@ https://███████████.yandex-team.ru/raw/Metrika/ClickHouse_
|
||||
|
||||
<p>A flat array is used for storing in RAM. For this reason, IDs shouldn't be more than a million.</p>
|
||||
|
||||
<p>Dictionaries can be updated when the server restarts. However, the set of available dictionaries is not updated. For updates, the file modification times are checked. If a file has changed, the dictionary is updated.
|
||||
<p>Dictionaries can be updated without the server restart. However, the set of available dictionaries is not updated. For updates, the file modification times are checked. If a file has changed, the dictionary is updated.
|
||||
The interval to check for changes is configured in the 'builtin_dictionaries_reload_interval' parameter.
|
||||
Dictionary updates (other than loading at first use) do not block queries. During updates, queries use the old versions of dictionaries. If an error occurs during an update, the error is written to the server log, while queries continue using the old version of dictionaries.</p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user