Dictionaries
A dictionary is a mapping (key -> attributes
) that is convenient for various types of reference lists.
ClickHouse supports special functions for working with dictionaries that can be used in queries. It is easier and more efficient to use dictionaries with functions than a JOIN
with reference tables.
NULL values can’t be stored in a dictionary.
ClickHouse supports:
- Built-in dictionaries with a specific set of functions.
- Plug-in (external) dictionaries with a set of functions.
当前内容版权归 ClickHouse 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 ClickHouse .