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

> سجل لقطات Iceberg ضمن النظام

# system.iceberg_history

<div id="description">
  ## الوصف
</div>

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

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

* `database` ([String](/docs/ar/reference/data-types/index)) — اسم قاعدة البيانات.
* `table` ([String](/docs/ar/reference/data-types/index)) — اسم الجدول.
* `made_current_at` ([Nullable(DateTime64(3))](/docs/ar/reference/data-types/index)) — التاريخ والوقت اللذان أصبحت فيهما هذه اللقطة هي اللقطة الحالية.
* `snapshot_id` ([UInt64](/docs/ar/reference/data-types/index)) — معرّف اللقطة المستخدَم لتحديدها.
* `parent_id` ([UInt64](/docs/ar/reference/data-types/index)) — معرّف اللقطة الأصل لهذه اللقطة.
* `is_current_ancestor` ([UInt8](/docs/ar/reference/data-types/index)) — علامة تشير إلى ما إذا كانت هذه اللقطة سلفًا للقطة الحالية.
* `operation` ([Enum8('UNKNOWN' = -1, 'APPEND' = 0, 'OVERWRITE' = 1, 'DELETE' = 2, 'REPLACE' = 3)](/docs/ar/reference/data-types/index)) — عملية اللقطة (APPEND وOVERWRITE وDELETE وREPLACE وUNKNOWN). تعني الحالة UNKNOWN إما أننا لم نتمكن من قراءة الملخص أو أنه فارغ (وهو اختياري في الإصدار v1). الحقل الصحيح 'operation' مطلوب
* `summary` ([Map(String, String)](/docs/ar/reference/data-types/index)) — حقول ملخص اللقطة
