KnowForge/Apache Iceberg 1.11.0/ 返回书籍
Views

Configuration

qianmoQqianmoQ· 更新于 2026-09-21· 阅读 3 分钟· 0 次阅读

登录后可跨设备保存划线和私人笔记登录

Configuration🔗

View properties🔗

Iceberg views support properties to configure view behavior. Below is an overview of currently available view properties.

PropertyDefaultDescription
write.metadata.compression-codecgzipMetadata compression codec: none or gzip
version.history.num-entries10Controls the number of versions to retain
replace.drop-dialect.allowedfalseControls whether a SQL dialect is allowed to be dropped during a replace operation

View behavior properties🔗

PropertyDefaultDescription
commit.retry.num-retries4Number of times to retry a commit before failing
commit.retry.min-wait-ms100Minimum time in milliseconds to wait before retrying a commit
commit.retry.max-wait-ms60000 (1 min)Maximum time in milliseconds to wait before retrying a commit
commit.retry.total-timeout-ms1800000 (30 min)Total retry timeout period in milliseconds for a commit

评论

登录后参与评论

正在加载评论…