这些设置可在 system.settings 中找到,并由 源码 自动生成。
iceberg_expire_default_max_ref_age_ms
类型
Int64
默认值
9223372036854775807
版本历史
| 版本 | 默认值 | 注释 |
|---|---|---|
| 26.3 | 9223372036854775807 | 新增设置。 |
当缺少 Iceberg 表属性 history.expire.max-ref-age-ms 时,expire_snapshots 使用的默认值。
iceberg_expire_default_max_snapshot_age_ms
类型
Int64
默认值
432000000
版本历史
| 版本 | 默认值 | 注释 |
|---|---|---|
| 26.3 | 432000000 | 新增设置 |
expire_snapshots 在未设置 Iceberg 表属性 history.expire.max-snapshot-age-ms 时使用的默认值。
iceberg_expire_default_min_snapshots_to_keep
类型
Int64
默认值
1
版本历史
| 版本 | 默认值 | 注释 |
|---|---|---|
| 26.3 | 1 | 新增设置。 |
当 Iceberg 表属性 history.expire.min-snapshots-to-keep 缺失时,这是 expire_snapshots 使用的默认值。