You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 .
The text was updated successfully, but these errors were encountered: