v.20.4New Feature

Added Custom Settings Support for CREATE DICTIONARY in DDL Queries

Added custom settings support in DDL-queries for CREATE DICTIONARY #10465 (Artem Streltsov)
Added support for specifying custom settings in CREATE DICTIONARY DDL queries.

Why it matters

This feature allows users to apply custom settings directly within CREATE DICTIONARY queries, providing greater flexibility and control over dictionary creation. It solves the problem of having to change settings globally or externally when specific dictionary configurations require customized behavior.

How to use it

Users can include custom settings in their CREATE DICTIONARY statements by specifying the desired settings within the query, allowing for fine-tuning dictionary creation parameters as needed.