Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

iceberg_expire_* 会话设置

这些设置可在 system.settings 中找到,并由 源码 自动生成。

iceberg_expire_default_max_ref_age_ms

类型
Int64
默认值
9223372036854775807
版本历史
版本默认值注释
26.39223372036854775807新增设置。

当缺少 Iceberg 表属性 history.expire.max-ref-age-ms 时,expire_snapshots 使用的默认值。

iceberg_expire_default_max_snapshot_age_ms

类型
Int64
默认值
432000000
版本历史
版本默认值注释
26.3432000000新增设置

expire_snapshots 在未设置 Iceberg 表属性 history.expire.max-snapshot-age-ms 时使用的默认值。

iceberg_expire_default_min_snapshots_to_keep

类型
Int64
默认值
1
版本历史
版本默认值注释
26.31新增设置。

当 Iceberg 表属性 history.expire.min-snapshots-to-keep 缺失时,这是 expire_snapshots 使用的默认值。

Navigation