▲ | ChocolateGod 3 days ago | ||||||||||||||||
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. | |||||||||||||||||
▲ | 3 days ago | parent | next [-] | ||||||||||||||||
[deleted] | |||||||||||||||||
▲ | Eikon 3 days ago | parent | prev [-] | ||||||||||||||||
I have no doubt that JuiceFS can perform “thousands of operations per second” across parallel clients. I don't think that's a useful benchmark because the use cases we are targeting are not embarrassingly parallel. Using a bunch of clients on any system hides the latency profile. You could even get your "thousands of operations per second" on a system where any operation takes 10 seconds to complete. | |||||||||||||||||
|