> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-fix-nav-issues.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> 시스템 Iceberg 스냅샷 이력

# system.iceberg_history

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

이 시스템 테이블에는 ClickHouse에 존재하는 Iceberg 테이블의 스냅샷 이력이 저장됩니다. ClickHouse에 Iceberg 테이블이 없으면 이 테이블은 비어 있습니다.

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

* `database` ([String](/ko/reference/data-types)) — 데이터베이스 이름.
* `table` ([String](/ko/reference/data-types)) — 테이블 이름.
* `made_current_at` ([Nullable(DateTime64(3))](/ko/reference/data-types)) — 이 스냅샷이 현재 스냅샷이 된 날짜 및 시간.
* `snapshot_id` ([UInt64](/ko/reference/data-types)) — 스냅샷을 식별하는 데 사용되는 스냅샷 ID.
* `parent_id` ([UInt64](/ko/reference/data-types)) — 이 스냅샷의 상위 ID.
* `is_current_ancestor` ([UInt8](/ko/reference/data-types)) — 이 스냅샷이 현재 스냅샷의 조상인지 나타내는 플래그입니다.
