> ## 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>

يحتوي جدول النظام هذا على سجل لقطات لجداول Iceberg الموجودة في ClickHouse. وسيكون فارغًا إذا لم تكن لديك أي جداول Iceberg في ClickHouse.

<div id="columns">
  ## الأعمدة
</div>

* `database` ([String](/ar/reference/data-types/index)) — اسم قاعدة البيانات.
* `table` ([String](/ar/reference/data-types/index)) — اسم الجدول.
* `made_current_at` ([Nullable(DateTime64(3))](/ar/reference/data-types/index)) — التاريخ والوقت اللذان أصبحت فيهما هذه اللقطة هي الحالية.
* `snapshot_id` ([UInt64](/ar/reference/data-types/index)) — معرّف اللقطة المستخدَم لتحديدها.
* `parent_id` ([UInt64](/ar/reference/data-types/index)) — معرّف اللقطة الأصل لهذه اللقطة.
* `is_current_ancestor` ([UInt8](/ar/reference/data-types/index)) — علامة تشير إلى ما إذا كانت هذه اللقطة سلفًا للقطة الحالية.
