-
We’re trying JuiceFS with several file IO patterns common in our domain. For single process write a big file then multiple remote processes read the big file, JuiceFS’s default works very well, especially when the number of remote processes goes up. However, when multiple remote processes write “excessive” amount of smaller files, JuiceFS seems stressed more in comparison w. NFS. The volume was formatted using JuiceFS’s default setup, so I’m trying different configuration/format-options (eg. "--writeback") now. Do you have any suggestion or general tuning guidance? Thanks!
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Is this result obtained after enabling the |
Beta Was this translation helpful? Give feedback.
Is this result obtained after enabling the
--writeback
option?