v.21.6New Feature

Add Progress Indication Support in clickhouse-local with --progress Option

Add support for progress indication in clickhouse-local with --progress option. #23196 (Egor Savin).
Added support for progress indication in clickhouse-local using the new --progress command-line option.

Why it matters

This feature enables users to monitor the execution progress of queries run with clickhouse-local, improving visibility and user experience by providing real-time feedback on query processing.

How to use it

When running clickhouse-local, include the --progress option in the command line to enable progress indication, for example:

clickhouse-local --progress -q "SELECT * FROM table"