v.22.5Improvement
Fix Progress Indication for INSERT SELECT in clickhouse-local
Fix progress indication forINSERT SELECTinclickhouse-localfor any query and for file progress in client, more correct file progress. #37075 (Kseniia Sumarokova).
Why it matters
This feature addresses inaccurate or missing progress feedback duringINSERT SELECT operations in clickhouse-local, enhancing user experience by providing more reliable and correct progress updates, especially for file-based data inputs.How to use it
Users benefit from this improvement automatically when runningINSERT SELECT queries within clickhouse-local. No configuration changes are required to enable the more accurate progress indication and file progress reporting.