v.1.1.54378Improvement
query_log table auto-recreation on manual deletion
A query_log table is recreated on the fly if it was deleted manually (Kirill Shvakov).Why it matters
This feature ensures that thequery_log system table remains available even if it is accidentally or intentionally removed by users, improving system reliability and reducing manual recovery efforts.How to use it
No specific user action is required. If thequery_log table is deleted manually, ClickHouse will detect this and recreate the table automatically.