跳到主要内容

Dictionary

This page provides a comprehensive overview of Dictionary operations in Databend, organized by functionality for easy reference.

Dictionary Management

CommandDescription
CREATE DICTIONARYCreates a new dictionary for accessing external data sources
DROP DICTIONARYRemoves a dictionary

Dictionary Information

CommandDescription
SHOW DICTIONARIESLists all dictionaries in the current database
SHOW CREATE DICTIONARYDisplays the CREATE statement for an existing dictionary
备注

Dictionaries in Databend allow you to directly query data from external sources (like MySQL, Redis) in real-time without ETL processes. This helps solve data consistency issues, improves query performance, and simplifies data management. You can query external data using the dict_get function.

开始使用 Databend Cloud
低成本
快速分析
多种数据源
弹性扩展
注册