メインコンテンツまでスキップ
メインコンテンツまでスキップ

system.distributed_ddl_queue

クラスターで実行された分散DDLクエリ (ON CLUSTER句)に関する情報を含みます。

カラム:

  • 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) — クエリ実行の持続時間(ミリ秒単位)。