> ## Documentation Index
> Fetch the complete documentation index at: https://clickhouse.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

> Delta メタデータファイルの内容を格納します。
このテーブルはいつでも安全に TRUNCATE または DROP できます。

# system.delta_lake_metadata_log

<div id="description">
  ## 説明
</div>

Delta メタデータファイルの内容が格納されています。

このテーブルはいつでも安全に TRUNCATE または drop できます。

<div id="columns">
  ## カラム
</div>

* `hostname` ([LowCardinality(String)](/docs/ja/reference/data-types/lowcardinality)) — クエリを実行したサーバーのホスト名。
* `event_date` ([Date](/docs/ja/reference/data-types/date)) — エントリの日付。
* `event_time` ([DateTime](/docs/ja/reference/data-types/datetime)) — イベント時刻。
* `query_id` ([String](/docs/ja/reference/data-types/string)) — クエリID。
* `table_path` ([String](/docs/ja/reference/data-types/string)) — テーブルのパス。
* `file_path` ([String](/docs/ja/reference/data-types/string)) — ファイルパス。
* `content` ([String](/docs/ja/reference/data-types/string)) — JSON形式の内容。
