▲ | williamstein 3 days ago | |||||||||||||||||||||||||||||||
They have a bunch of claims comparing this to JuiceFS at https://www.zerofs.net/zerofs-vs-juicefs I am in no way affiliated with JuiceFS, but I have done a lot of benchmarking and testing of it, and the numbers claimed here for JuiceFS are suspicious (basically 5 ops/second with everything mostly broken). | ||||||||||||||||||||||||||||||||
▲ | ChocolateGod 3 days ago | parent | next [-] | |||||||||||||||||||||||||||||||
I have a juicefs setup and get operations in the 1000/s, not sure how they got such low numbers. JuiceFS also supports multiple concurrent clients making their own connection to the metadata and object storage, allowing near instant synchronization and better performance, where this seems to rely on a single service having a connection and everyone connecting through it with no support for clustering. | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
▲ | selfhoster1312 3 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||
I've never used JuiceFS in prod (or any S3 product for that matter), but i was involved in benchmarking juiceFS+garage for archiving based on torrents, and initial results were promising but qBittorrent quickly produced a pathological case where reads/writes dropped to almost zero (and stayed that way long term). The data and method can be found here: https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/1021 Every software's perf is optimized for a usage pattern and maybe TFA's benchmark or torrenting isn't it, but i was certainly disappointed in the performance i found on 12 core / 144GB / NVME (for metadata) / 6x8TB HDD (for data). In the end we didn't move to S3 we stayed with good old ZFS storage. I'd be curious to reproduce my benchmarks with ZeroFS when i find the time. | ||||||||||||||||||||||||||||||||
▲ | Eikon 3 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||
The bench suite is published at the root of the repo in bench/. Stating “a bunch of claims” seems a bit dismissive when it’s that easy to reproduce. JuiceFS maps operations 1:1 to s3 chunk wise, so the performance profile is entirely unsurprising to me, even untaring an archive is not going to be a pleasant experience. |