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

perf: speed up file cache recovery #18035

Open
MrCroxx opened this issue Aug 14, 2024 · 1 comment
Open

perf: speed up file cache recovery #18035

MrCroxx opened this issue Aug 14, 2024 · 1 comment
Assignees
Milestone

Comments

@MrCroxx
Copy link
Contributor

MrCroxx commented Aug 14, 2024

On cloud, gp3 with 125 MB/s or 250 MB/s throughput is a general option for applications. Currently, foyer needs to read around 10% data while recovery, with the gp3 throughput limitation, the recovery needs 30s ~ 60s+ to recover 50G data. Which is not acceptable for RW.

As a solution, we can support no data recovery for RW first, then optimize the data format of foyer large object disk cache to make it read less data while recovery.

Copy link
Contributor

This issue has been open for 60 days with no activity.

If you think it is still relevant today, and needs to be done in the near future, you can comment to update the status, or just manually remove the no-issue-activity label.

You can also confidently close this issue as not planned to keep our backlog clean.
Don't worry if you think the issue is still valuable to continue in the future.
It's searchable and can be reopened when it's time. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant