liurenjie1024 commented on issue #1217: URL: https://github.com/apache/iceberg-rust/issues/1217#issuecomment-2809399003
Thanks @sundy-li for raising this. I have concerns adding caching functionality into `FileIO`. Caching could be a complex problem, which may involve memory management, caching policy, even io scheduling and disk management if we want to involve on disk caching. These things are better coupled with compute runtime, and live out of `iceberg` crate. WDYT? -- 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