moomindani opened a new issue, #3629:
URL: https://github.com/apache/iceberg-python/issues/3629

   ### Feature Request / Improvement
   
   Rewriting manifests without changing data speeds up scan planning when a 
table has accumulated many small manifests. Java exposes this as 
`Table.rewriteManifests()` (Spark: `rewrite_manifests`).
   
   Scope: an explicit maintenance operation that reads the current snapshot's 
manifests, regroups entries, rewrites them preserving sequence numbers (entries 
rewritten as EXISTING) and, for V3, `first_row_id`, and commits a `replace` 
snapshot. Related: #270 tracks automatic manifest merging on write; this covers 
the explicit maintenance API.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to