You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`commit.manifest.target-size-bytes`| Size in bytes | 8388608 (8MB) | Target size when merging manifest files |
69
+
|`commit.manifest.min-count-to-merge`| Number of manifests | 100 | Target size when merging manifest files |
70
+
|`commit.manifest-merge.enabled`| Boolean | False | Controls whether to automatically merge manifests on writes |
71
+
72
+
<!-- prettier-ignore-start -->
73
+
74
+
!!! note "Fast append"
75
+
Unlike Java implementation, PyIceberg default to the [fast append](api.md#write-support) and thus `commit.manifest-merge.enabled` is set to `False` by default.
76
+
77
+
<!-- prettier-ignore-end -->
78
+
64
79
# FileIO
65
80
66
81
Iceberg works with the concept of a FileIO which is a pluggable module for reading, writing, and deleting files. By default, PyIceberg will try to initialize the FileIO that's suitable for the scheme (`s3://`, `gs://`, etc.) and will use the first one that's installed.
0 commit comments