-
maybe everyone wants to know this and make a choice |
Beta Was this translation helpful? Give feedback.
Answered by
davies
Jan 14, 2021
Replies: 1 comment 3 replies
-
We have done an benchmark to compare Alluxio, JindoFS and JuiceFS, the details is here: https://juicefs.com/blog/cn/posts/cache-system-of-hadoop-comparison/ Overall, they have similar performance when there is enough caching space (memory or SSD). But when the caching space is limited (<20% of dataset), JuiceFS is much faster than the other two. Because that the cached block is much smaller than the other two (4M < 128M), is better for random read (parquet and ORC) workload. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
davies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have done an benchmark to compare Alluxio, JindoFS and JuiceFS, the details is here: https://juicefs.com/blog/cn/posts/cache-system-of-hadoop-comparison/
Overall, they have similar performance when there is enough caching space (memory or SSD). But when the caching space is limited (<20% of dataset), JuiceFS is much faster than the other two. Because that the cached block is much smaller than the other two (4M < 128M), is better for random read (parquet and ORC) workload.