Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a disk manager with a LRU cache to maintain caches on local disk #678

Open
yahoNanJing opened this issue Feb 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@yahoNanJing
Copy link
Contributor

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

To manage the local file cache, a disk manager based on a LRU-based cache data structure will be introduced.

Describe the solution you'd like

The disk manager will be responsible for the following duties:

  • Load files from remote storage to local disk under a specific directory if they are not cached
  • Get the local file path for a remote file
  • Remove files on local disk when they are expired

Describe alternatives you've considered

Additional context

@yahoNanJing yahoNanJing added the enhancement New feature or request label Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant