v.24.1Improvement

Provide Hint for Invalid Database Engine Name

Provide a hint when an invalid database engine name is used. #58444 (Bharat Nallan).
Provides an informative hint message when a user specifies an invalid database engine name in ClickHouse.

Why it matters

This feature helps users quickly identify and correct errors related to invalid database engine names, improving user experience and reducing troubleshooting time.

How to use it

When specifying a database engine name in your DDL statements, ClickHouse will automatically check its validity and show a helpful hint if the engine name is invalid. No additional configuration is needed.