v.22.7Improvement
Send Profile Events for INSERT Queries in ClickHouse
Send profile events for INSERT queries (previously only SELECT was supported). #37391 (Azat Khuzhin).
Why it matters
This feature enables detailed profiling and monitoring ofINSERT operations in ClickHouse, providing users with insights into the performance and behavior of data insertion queries, which was previously limited to SELECT queries only.How to use it
Profile events forINSERT queries are now sent automatically, similar to SELECT queries. Users can enable or review profiling logs and events via their existing query profiling tools and settings without additional configuration.