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).
Added the system.moves table to provide a list of currently moving parts within ClickHouse.

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 the system.moves table like any other system table using standard SQL, for example:

SELECT * FROM system.moves;