Replies: 2 comments 1 reply
-
It must be related to the underlying file system. To put it bluntly, it is also the upper-level application. 肯定是和底层用啥文件系统有关啊,说白了也是上层应用 |
Beta Was this translation helpful? Give feedback.
1 reply
-
As far as I know, the open source version of MinIO has been widely used for several years. Some large customers have already exceeded 1 exabyte of storage. MinIO's AIStore and the open source version share the same underlying architecture. RustFS approach is exactly the same as MinIO's. So, I believe the issue isn't with the file system. Rather, it's that you're using it incorrectly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In our application, limited by the file system, Minio's performance in processing massive small files (especially list operations) is very poor.
在我们的应用中,受制于文件系统,Minio对于海量小文件的处理(尤其是list操作)性能非常差。
Beta Was this translation helpful? Give feedback.
All reactions