v.24.4Improvement
Use system.keywords for Suggestions and Internal Consistency
Use system.keywords to fill in the suggestions and also use them in the all places internally. #62000 (Nikita Mikhaylov).Why it matters
This feature centralizes the management of ClickHouse keywords by using thesystem.keywords table both for generating query suggestions and for internal keyword handling, improving consistency and user experience when writing queries.How to use it
Users can query thesystem.keywords table to get a list of supported keywords for query suggestions. This table is used internally by ClickHouse, so no additional configuration is required to benefit from unified keyword handling.