Back to Clickhouse

system.moves

docs/en/operations/system-tables/moves.md

26.4.1.1-new1.3 KB
Original Source

system.moves

The table contains information about in-progress data part moves of MergeTree tables. Each data part movement is represented by a single row.

Columns:

<!--AUTOGENERATED_START--> <!--AUTOGENERATED_END-->

Example

sql
SELECT * FROM system.moves
response
┌─database─┬─table─┬─────elapsed─┬─target_disk_name─┬─target_disk_path─┬─part_name─┬─part_size─┬─thread_id─┐
│ default  │ test2 │ 1.668056039 │ s3               │ ./disks/s3/      │ all_3_3_0 │       136 │    296146 │
└──────────┴───────┴─────────────┴──────────────────┴──────────────────┴───────────┴───────────┴───────────┘

See Also