fluid icon indicating copy to clipboard operation
fluid copied to clipboard

[FEATURES] Add cache runtime for cachefs

Open eryugey opened this issue 2 years ago • 0 comments

What feature you'd like to add:

Add cachefs as a new CacheFSRuntime to cache & accelerate thinruntime dataset. Cachefs is a distributed filesystem that cache & accelerate any given POSIX directory with distributed cache.

image

Why is this feature needed:

ThinRuntime was implemented to make general storage like oss/nas easier to integrate with fluid, but thinruntime doesn't have the ability to cache data access on thinruntime. So we need a new cache runtime that could cache any POSIX dir, so there's a general way to cache any thinruntime backend.

eryugey avatar Dec 31 '23 14:12 eryugey