WenyXu commented on PR #6370:
URL: https://github.com/apache/opendal/pull/6370#issuecomment-3224211467

   @MrCroxx @Xuanwo Nice work!  We’re also looking into a caching layer for 
OpenDAL in our project. Do we already have any plans for caching strategies in 
the range get? Maybe we can open a tracking issue and work on it together. 
   
   A hybrid approach sounds good to us—for example, caching whole objects if 
they’re small enough, and using page-aligned slices for bigger ones. It might 
also make sense to have some cache control options for writers(event 
readers?)—for example, being able to mark certain files so they don’t get 
cached at all. 


-- 
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: commits-unsubscr...@opendal.apache.org

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

Reply via email to