Fokko commented on PR #1958:
URL: https://github.com/apache/iceberg-python/pull/1958#issuecomment-2876816044

   > i like the idea of having all the table maintenance functions together, 
similar to delta table's 
[optimize](https://delta-io.github.io/delta-rs/api/delta_table/#deltalake.DeltaTable.optimize)
   
   That's a good point. However, I think we should be able to either run them 
separate as well. For example, delete orphan files won't affect the speed of 
the table, so it is more of a maintenance feature to reduce object storage 
costs. Delete orphan files can also be pretty costly because of the list 
operation, ideally you would delegate this to the catalog that uses, for 
example, s3 inventory.


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to