v.22.5Improvement
Proper cancellation of INSERT queries in clickhouse-client and clickhouse-local
Properly cancel INSERT queries inclickhouse-client/clickhouse-local. #36710 (Azat Khuzhin).
Why it matters
This feature addresses the issue whereINSERT queries could not be gracefully cancelled when run through clickhouse-client or clickhouse-local. It improves user experience by enabling reliable query termination and resource cleanup during interrupted or cancelled data insert operations.How to use it
Users can now interrupt and cancel ongoingINSERT queries in clickhouse-client or clickhouse-local simply by using standard cancellation signals (e.g., Ctrl+C) as the proper cancellation handling has been implemented internally.