v.21.6New Feature
Added SYSTEM QUERY RELOAD MODEL and SYSTEM QUERY RELOAD MODELS
AddedSYSTEM QUERY RELOAD MODEL,SYSTEM QUERY RELOAD MODELS. Closes #18722. #23182 (Maksim Kita).
Why it matters
These commands solve the problem of updating or refreshing machine learning models dynamically, allowing users to apply changes to models without downtime or restarting the ClickHouse server, which improves operational efficiency and usability.How to use it
Use the commandSYSTEM QUERY RELOAD MODEL <model_name> to reload a specific model or SYSTEM QUERY RELOAD MODELS to reload all models at once within the ClickHouse client or query interface.