> ## 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하거나 삭제할 수 있습니다.

# system.delta_lake_metadata_log

<div id="description">
  ## 설명
</div>

Delta 메타데이터 파일의 내용을 포함합니다.

이 테이블은 언제든지 안전하게 TRUNCATE하거나 삭제할 수 있습니다.

<div id="columns">
  ## 컬럼
</div>

* `hostname` ([LowCardinality(String)](/docs/ko/reference/data-types/lowcardinality)) — 쿼리를 실행하는 서버의 호스트명입니다.
* `event_date` ([Date](/docs/ko/reference/data-types/date)) — 항목의 날짜입니다.
* `event_time` ([DateTime](/docs/ko/reference/data-types/datetime)) — 이벤트 발생 시간입니다.
* `query_id` ([String](/docs/ko/reference/data-types/string)) — 쿼리 ID입니다.
* `table_path` ([String](/docs/ko/reference/data-types/string)) — 테이블 경로입니다.
* `file_path` ([String](/docs/ko/reference/data-types/string)) — 파일 경로입니다.
* `content` ([String](/docs/ko/reference/data-types/string)) — JSON 포맷의 콘텐츠입니다.
