ClickHouse/docs/zh/sql_reference/dictionaries/index.md
2020-04-08 17:22:25 +03:00

879 B

machine_translated machine_translated_rev toc_folder_title toc_priority toc_title
true b111334d66 字典 35 导言

字典

字典是一个映射 (key -> attributes)这是方便各种类型的参考清单。

ClickHouse支持使用可用于查询的字典的特殊功能。 这是更容易和更有效地使用字典与功能比 JOIN 与参考表。

NULL 值不能存储在字典中。

ClickHouse支持:

原始文章