dentiny opened a new pull request, #1698: URL: https://github.com/apache/iceberg-rust/pull/1698
## What changes are included in this PR? object storage cache is introduced at https://github.com/apache/iceberg-rust/pull/512, which seems to be used for (internal) scan only for now. I did some profiling on [moonlink](https://github.com/Mooncake-Labs/moonlink) CPU, and found loading manifest list takes 23% CPU. <img width="1848" height="832" alt="image" src="https://github.com/user-attachments/assets/caf5b8e2-9f22-4cd8-9106-b8f77cfc6137" /> So I would like to expose access to object storage, so I could attempt to get manifest list myself. I think it's beneficial for all accesses requiring manifest and manifest list, which is not confined to only scan workload. ## Are these changes tested? No-op change, just visibility update. -- 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]
