system.azure_queue_log
AzureQueue エンジンで処理されたファイルに関する情報を含むログエントリが格納されています。
このテーブルは、いつでも安全に TRUNCATE または DROP できます。
カラム:
hostname(LowCardinality(String)) — ホスト名event_date(Date) — このログ行が書き込まれたイベントの日付event_time(DateTime) — このログ行が書き込まれたイベントの時刻database(String) — キューテーブル (S3QueueまたはAzureQueue) が存在するデータベース名。table(String) — キューテーブル (S3QueueまたはAzureQueue) のテーブル名。uuid(String) — キューテーブル (S3QueueまたはAzureQueue) の UUID。file_name(String) — 処理中のファイルの名前。rows_processed(UInt64) — 処理済みの行数。status(Enum8('Processed' = 0, 'Failed' = 1)) — 処理中のファイルのステータス。processing_start_time(Nullable(DateTime)) — ファイルの処理開始時刻。processing_end_time(Nullable(DateTime)) — ファイルの処理終了時刻。exception(String) — 例外が発生した場合のメッセージ。commit_id(UInt64) — このファイルがコミットされたトランザクションの ID。commit_time(DateTime) — ファイルが Keeper で (失敗または処理済みとして) コミットされた時刻。transaction_start_time(DateTime) — 処理トランザクション全体が開始された時刻。get_object_time_ms(UInt64) — オブジェクトストレージ内でオブジェクトを見つけるのに要した時間。