Distributed file storage MinIO how many pictures are stored in a bucketName

Introduction to MinIO

Taken from the official website

MinIO is a high-performance, distributed object storage system. It is a software product that can run 100% on standard hardware. That is, low-cost machines such as X86 can also run MinIO well.

MinIO is different from traditional storage and other object storage in that it has designed software architecture for private cloud standards with higher performance requirements from the beginning. Because MinIO was only designed for object storage from the beginning. So he adopted a more easy-to-use way to design, it can realize all the functions required by object storage, and it is more powerful in performance. It will not compromise for more business functions and lose the ease of use and efficiency of MinIO. . The benefit of this result is that it can more easily implement native object storage services with elastic scalability.

MinIO excels in traditional object storage use cases such as auxiliary storage, disaster recovery and archiving. At the same time, it is also unique in storage technologies such as machine learning, big data, private cloud, and hybrid cloud. Of course, the support of data analysis, high-performance application load, and native cloud is not excluded.

In China: Alibaba, Tencent, Baidu, China Unicom, Huawei, China Mobile and more than 9,000 companies are also using MinIO products

Erasure code (multiple hard drives/services)

project parameter
Maximum number of drives Unlimited
Minimum number of drives Unlimited
Read arbitration N / 2
Write arbitration N / 2+1

Browser access

project parameter
Web browser upload size limit 5GB

Limits of S3 API

project parameter
Maximum number of buckets Unlimited
Maximum number of objects per bucket Unlimited
Maximum object size 5 TB
Minimum object size 0 B
Maximum object size per PUT operation 5 GB
Maximum number of parts uploaded each time 10,000
Part size 5MB to 5GB. The last part can be from 0B to 5GB
The maximum number of parts that can be returned for each list parts request 1000
The maximum number of objects that can be returned for each list objects request 1000
The maximum number of multipart uploads that can be returned for each list multipart uploads request 1000

Guess you like

Origin blog.csdn.net/qq_34168515/article/details/112613908
Recommended