[Performance] Any more explanation about why JuiceFS perform so better than EFS or S3FS? #4032
Answered
by
zhitaoli-6
zhitaoli-6
asked this question in
Q&A
-
I expect that the performance of S3 is not that high as EFS, so JuiceFS based on S3 should be not better than EFS. However, the juicefs benchmark result shows that JuiceFS perform obviously better than EFS. Could anyone explain the possible reason? |
Beta Was this translation helpful? Give feedback.
Answered by
zhitaoli-6
Aug 31, 2023
Replies: 1 comment
-
After see cache management, I think write cache makes juicefs so faster because data is just written into local in-memory cache, not flushed into object store. Does anyone make sure this? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zhitaoli-6
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After see cache management, I think write cache makes juicefs so faster because data is just written into local in-memory cache, not flushed into object store.
Does anyone make sure this?