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

> Системная история снимков Iceberg

# system.iceberg_history

<div id="description">
  ## Описание
</div>

Эта системная таблица содержит историю снимков таблиц Iceberg, существующих в ClickHouse. Она будет пустой, если в ClickHouse нет ни одной таблицы Iceberg.

<div id="columns">
  ## Столбцы
</div>

* `database` ([String](/ru/reference/data-types/index)) — Имя базы данных.
* `table` ([String](/ru/reference/data-types/index)) — Имя таблицы.
* `made_current_at` ([Nullable(DateTime64(3))](/ru/reference/data-types/index)) — Дата и время, когда этот снимок стал текущим.
* `snapshot_id` ([UInt64](/ru/reference/data-types/index)) — Идентификатор снимка.
* `parent_id` ([UInt64](/ru/reference/data-types/index)) — Идентификатор родительского снимка.
* `is_current_ancestor` ([UInt8](/ru/reference/data-types/index)) — Флаг, указывающий, является ли этот снимок предком текущего снимка.
