> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-fbfa8bee.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](/zh/reference/data-types/index)) — 数据库名称。
* `table` ([String](/zh/reference/data-types/index)) — 表名称。
* `made_current_at` ([Nullable(DateTime64(3))](/zh/reference/data-types/index)) — 此快照成为当前快照的日期和时间。
* `snapshot_id` ([UInt64](/zh/reference/data-types/index)) — 用于标识该快照的快照 ID。
* `parent_id` ([UInt64](/zh/reference/data-types/index)) — 该快照的父 ID。
* `is_current_ancestor` ([UInt8](/zh/reference/data-types/index)) — 用于指示该快照是否为当前快照祖先的标志。
