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).
Send profile events for INSERT queries, extending support beyond the previously supported SELECT queries.

Why it matters

This feature enables detailed profiling and monitoring of INSERT 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 for INSERT 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.