系统表system.iceberg_historysystem.iceberg_history 这个系统表包含了存在于 ClickHouse 中的 Iceberg 表的快照历史。如果您在 ClickHouse 中没有任何 Iceberg 表,则该表将为空。 列: database (String) — 表所在数据库的名称。 table (String) — 表名。 made_current_at (DateTime) — 快照变为当前快照的时间。 snapshot_id (Int64) — 快照 ID。 parent_id (Int64) - 父快照的快照 ID。 is_current_ancestor (Bool) - 指示该快照是否为当前快照的祖先的标志。