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

File Cache as Secondary Cache #171

Open
MrCroxx opened this issue May 26, 2022 · 1 comment
Open

File Cache as Secondary Cache #171

MrCroxx opened this issue May 26, 2022 · 1 comment
Assignees
Labels
feature New feature.

Comments

@MrCroxx
Copy link
Owner

MrCroxx commented May 26, 2022

To balance the large total data volume, the low capacity of memory and the high latency of S3, RunKV can use the remaining space of the disk as secondary cache, or File Cache.

There are some considerations about File Cache:

  • Moderate the unbalance of memory IOPS and disk IOPS.
  • Should not introduce much latency to the read/write critical path.
  • Avoid page cache usage.
  • Avoid push much pressure down to the file system.

Ref: #44 .

@MrCroxx
Copy link
Owner Author

MrCroxx commented Jul 5, 2022

Refer to: singularity-data/risingwave#3556.

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

No branches or pull requests

1 participant