v.22.12New Feature
Added system.moves table for currently moving parts
Added system.moves table with list of currently moving parts. #42660 (Sergei Trifonov).Why it matters
This feature allows users and administrators to monitor ongoing data movements and operations inside ClickHouse, improving observability and debugging capabilities related to internal data transfers and mutations.How to use it
Query thesystem.moves table like any other system table using standard SQL, for example:SELECT * FROM system.moves;