Dictionary
Dictionary provides a key-value approach for reading data from various external data sources, including MySQL and Redis.
Dictionary Management
| Command | Description |
|---|---|
| CREATE DICTIONARY | Creates a dictionary |
| DROP DICTIONARY | Deletes a dictionary |
| RENAME DICTIONARY | Renames a dictionary |
Dictionary Information
| Command | Description |
|---|---|
| SHOW CREATE DICTIONARY | Shows the CREATE statement for a dictionary |
| SHOW DICTIONARIES | Lists dictionaries |