flaneur2020 commented on PR #6370: URL: https://github.com/apache/opendal/pull/6370#issuecomment-3703432011
@WenyXu +1 for the page-aligned caching scheme. imho, it should be a must-have for serious production workloads. i’m currently working on integrating Slatedb with OpenDAL in https://github.com/slatedb/slatedb/pull/1104. the main blocker at the moment is to add a page-aligned caching support to OpenDAL. currently, Slatedb has its own page-aligned caching middleware around object_store (in https://github.com/slatedb/slatedb/blob/main/slatedb/src/cached_object_store/object_store.rs), and I’d like to port that implementation into the Foyer layer after #6366 is merged. -- 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]
