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
@@ -206,7 +206,13 @@ This ends up rewriting all refs to two new manifests.
206
206
207
207
### Rewriting manifests
208
208
209
-
To force Icechunk to rewrite all chunk refs to the current splitting configuration use [`rewrite_manifests`](./reference.md#icechunk.Repository.rewrite_manifests) --- for the current example this will consolidate to two manifests.
209
+
Remember, by default Icechunk only writes one manifest per array regardless of size.
210
+
For large enough arrays, you might see a relative performance hit while committing a new update (e.g. an append),
211
+
or when reading from a Repository object that was just created.
212
+
At that point, you will want to experiment with different manifest split configurations.
213
+
214
+
To force Icechunk to rewrite all chunk refs to the current splitting configuration use [`rewrite_manifests`](./reference.md#icechunk.Repository.rewrite_manifests)
215
+
--- for the current example this will consolidate to two manifests.
0 commit comments