GitHub user xiaguan deleted a comment on the discussion: Crazy Ideas: OpenDAL Cache
Regarding this issue, I've had some recent thoughts. Leveraging the capabilities of opendal, we can easily access almost all storage media, which means that writing a multi-layer caching system will be quite straightforward. Users can assemble their caching systems like building blocks, for example (fifo memory 1GB, lru memory 10GB, fifo ssd 1GB, fifo s3 express one 10TB). The caching algorithms will actually become more complex (promote to the upper level, reinsert, move to the lower level, evict), but that's not the main point. The key focus is on how to abstract these layers? GitHub link: https://github.com/apache/opendal/discussions/2953#discussioncomment-11744773 ---- This is an automatically sent email for dev@opendal.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@opendal.apache.org