MrCroxx / RunKV

[WIP] An experimental cloud-native distributed KV engine for OLTP workload.
MIT License
68 stars 7 forks source link

File Cache as Secondary Cache #171

Open MrCroxx opened 2 years ago

MrCroxx commented 2 years ago

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:

Ref: #44 .

MrCroxx commented 2 years ago

Refer to: singularity-data/risingwave#3556.