[META] Composite Directory Implementation for Writable Warm #13149
Labels
Meta
Meta issue, not directly linked to a PR
Roadmap:Cost/Performance/Scale
Project-wide roadmap label
Storage:Remote
Please describe the end goal of this project
Implement Composite Directory - a new directory implementation where data is backed in a remote store and not all data needs to be stored locally. This directory will behave as a local directory when complete files are present in disk, but can fall back to the on-demand fetch(can be extended to block level or non block level fetch) from the remote store when data is is not present locally.
We will also need to enhance the present FileCache implementation as the implementation of Composite Directory is heavily dependent on this FileCache
Supporting References
Composite Directory RFC - #12781
Issues
Basic Components:
Follow-up AIs from the above PRs:
Backlogs:
Related component
Storage:Remote
The text was updated successfully, but these errors were encountered: