Skip to content

Commit 9b6f6a4

Browse files
committed
doc: remove unnecessary section
1 parent c4dae9f commit 9b6f6a4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/README_change_storage_tier.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,6 @@ The script has been optimized to minimize S3 API calls:
171171
- **Smart filtering**: Only makes `copy_object` API calls for objects that actually need to change storage class
172172
- **Progress tracking**: Shows how many objects need changes vs. already correct
173173

174-
**Example performance**: For a Zarr store with 1,058 objects where 260 need changes:
175-
- Listing: ~1 second (unavoidable - must discover all objects)
176-
- Processing: ~100 seconds for 260 changes (~400ms per object)
177-
- **Objects already at target**: 0 API calls (instant)
178-
- **Total time**: ~1m 42s instead of 8+ minutes without optimization
179-
180174
## Path Filtering
181175

182176
The script supports filtering which subpaths within the Zarr store should have their storage class changed:

0 commit comments

Comments
 (0)