-
I want to know how juicefs uses the memory cache to speed up reading and writing. The docs say the buffer-size control the write buffer cache and readAhead buffer cache. Does it mean the buffer size is the sum of write cache and readAhead cache or the read cache and write cache have this much capacity respectively? Can the readAhead cache can accelerate random read? And can i disable the readAhead cache if i just want to use the cache to speed up the write? |
Beta Was this translation helpful? Give feedback.
Answered by
Jack47
Jan 21, 2024
Replies: 1 comment 1 reply
Answer selected by
201341
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
+1