v.21.6New Feature
Add Progress Indication Support in clickhouse-local with --progress Option
Add support for progress indication inclickhouse-localwith--progressoption. #23196 (Egor Savin).
Why it matters
This feature enables users to monitor the execution progress of queries run withclickhouse-local, improving visibility and user experience by providing real-time feedback on query processing.How to use it
When runningclickhouse-local, include the --progress option in the command line to enable progress indication, for example:clickhouse-local --progress -q "SELECT * FROM table"