v.19.17New Feature
Add the Ability to Create Dictionaries with DDL Queries
Why it matters
This feature enables users to define and create dictionaries directly through DDL statements, simplifying dictionary management and integration within database schemas. It improves usability by allowing dictionaries to be versioned and managed using standard SQL-like syntax instead of manual configuration files.How to use it
Users can create dictionaries by writingCREATE DICTIONARY DDL queries. These queries specify dictionary structure, source, and layout, allowing dictionaries to be created, altered, or dropped as part of regular DDL workflows.