Skip to content

Which performance is better for alluxio and juicefs? #42

Answered by davies
jinhang asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jinhang
Comment options

@davies
Comment options

@davies
Comment options

Answer selected by davies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants