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)Why it matters
This feature allows users to apply custom settings directly withinCREATE 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 theirCREATE DICTIONARY statements by specifying the desired settings within the query, allowing for fine-tuning dictionary creation parameters as needed.