apache / apache/iceberg-python

Support metadata compaction

未關閉
#270 18 則留言 25 個 reaction 已指派 1 人 已被 @HonahX 認領 在 GitHub 檢視
主要語言
Python
星號
1.1k
分支
581
平均合併
1 天 13 小時
30 天內合併 PR
76

描述

### Feature Request / Improvement

Add support for compaction. This rewrites the existing manifests into a single one, reducing the number of calls to the object store. This should follow the Java configuration keys:

- `commit.manifest-merge.enabled`: Controls whether to automatically merge manifests on writes.
- `commit.manifest.min-count-to-merge`: Minimum number of manifests to accumulate before merging.
- `commit.manifest.target-size-bytes`: Target size when merging manifest files.

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。