system.distributed_ddl_queue
クラスタで実行された distributed ddl queries (ON CLUSTER clause) に関する情報を含みます。
カラム:
entry
(String) — クエリ ID.entry_version
(Nullable(UInt8)) - エントリのバージョンinitiator_host
(Nullable(String)) - DDL 操作を開始したホストinitiator_port
(Nullable(UInt16)) - イニシエータによって使用されるポートcluster
(String) — クラスタ名.query
(String) — 実行されたクエリ.settings
(Map(String, String)) - DDL 操作で使用された設定query_create_time
(DateTime) — クエリ作成時間.host
(String) — ホスト名port
(UInt16) — ホストポート.status
(Enum8) — クエリのステータス.exception_code
(Enum8) — 例外コード.exception_text
(Nullable(String)) - 例外メッセージquery_finish_time
(DateTime) — クエリ終了時間.query_duration_ms
(UInt64) — クエリ実行時間 (ミリ秒単位).
例