Skip to content

Commit 441fe5e

Browse files
committed
small docs push
1 parent f21f5d6 commit 441fe5e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/docs/icechunk-python/performance.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,8 @@ or when reading from a Repository object that was just created.
242242
At that point, you will want to experiment with different manifest split configurations.
243243

244244
To force Icechunk to rewrite all chunk refs to the current splitting configuration use [`rewrite_manifests`](./reference.md#icechunk.Repository.rewrite_manifests)
245-
--- for the current example this will consolidate to two manifests.
246245

247-
To illustrate, we will use a split size of 3.
246+
To illustrate, we will use a split size of 3 --- for the current example this will consolidate to two manifests.
248247
```python exec="on" session="perf" source="material-block"
249248
split_config = ManifestSplittingConfig.from_dict(
250249
{ManifestSplitCondition.AnyArray(): {ManifestSplitDimCondition.Any(): 3}}
@@ -310,7 +309,7 @@ First we persist that configuration to disk
310309
repo.save_config()
311310
```
312311

313-
Now point main to the commit with rewritten manifests
312+
Now point the `main` branch to the commit with rewritten manifests
314313
```python exec="on" session="perf" source="material-block"
315314
repo.reset_branch("main", repo.lookup_branch("split-experiment-1"))
316315
```

0 commit comments

Comments
 (0)