メインコンテンツへスキップ

説明

このテーブルには、MergeTree テーブルにおける進行中の データパーツの移動 に関する情報が含まれています。各データパーツの移動は 1 行で表されます。

カラム

  • database (String) — データベースの名前。
  • table (String) — 移動中のデータパーツを含むテーブルの名前。
  • elapsed (Float64) — データパーツの移動開始からの経過時間 (秒) 。
  • target_disk_name (String) — データパーツの移動先のディスク名。
  • target_disk_path (String) — ファイルシステム上のそのディスクのマウントポイントへのパス。
  • part_name (String) — 移動中のデータパーツ名。
  • part_size (UInt64) — データパーツのサイズ。
  • thread_id (UInt64) — 移動処理を実行するスレッドの識別子。

SELECT * FROM system.moves
┌─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 │
└──────────┴───────┴─────────────┴──────────────────┴──────────────────┴───────────┴───────────┴───────────┘

関連項目

最終更新日 2026年6月10日