説明
現在実行中のバックグラウンドフェッチに関する情報が含まれています。
カラム
database(String) — データベース名。table(String) — テーブル名。elapsed(Float64) — 現在実行中のバックグラウンドフェッチの表示開始からの経過時間 (秒) 。progress(Float64) — 完了した作業の進捗率 (0~1) 。result_part_name(String) — 現在実行中のバックグラウンドフェッチの結果として生成されるパート名。result_part_path(String) — 現在実行中のバックグラウンドフェッチの結果として生成されるパートの絶対パス。partition_id(String) — パーティション ID。total_size_bytes_compressed(UInt64) — 結果パート内の圧縮データの合計サイズ (バイト) 。bytes_read_compressed(UInt64) — 結果パートから読み取られた圧縮バイト数。source_replica_path(String) — ソースレプリカの絶対パス。source_replica_hostname(String) — ソースレプリカのホスト名。source_replica_port(UInt16) — ソースレプリカのポート番号。interserver_scheme(String) — interserver 認証スキームの名前。URI(String) — Uniform Resource Identifier。to_detached(UInt8) — 現在実行中のバックグラウンドフェッチが TO DETACHED 式を使用して実行されているかどうかを示すフラグ。thread_id(UInt64) — スレッド識別子。
例
SELECT * FROM system.replicated_fetches LIMIT 1 FORMAT Vertical;Row 1:
──────
database: default
table: t
elapsed: 7.243039876
progress: 0.41832135995612835
result_part_name: all_0_0_0
result_part_path: /var/lib/clickhouse/store/700/70080a04-b2de-4adf-9fa5-9ea210e81766/all_0_0_0/
partition_id: all
total_size_bytes_compressed: 1052783726
bytes_read_compressed: 440401920
source_replica_path: /clickhouse/test/t/replicas/1
source_replica_hostname: node1
source_replica_port: 9009
interserver_scheme: http
URI: http://node1:9009/?endpoint=DataPartsExchange%3A%2Fclickhouse%2Ftest%2Ft%2Freplicas%2F1&part=all_0_0_0&client_protocol_version=4&compress=false
to_detached: 0
thread_id: 54