Updated Components (markdown)

Chris Lu 2020-12-26 18:26:22 -08:00
parent a3b8fe0470
commit de674836fe

@ -40,10 +40,14 @@ This optional service provides AWS style S3 buckets, similar to the filer servic
The volume in SeaweedFS means a single actual file consists of many small files. When master starts, it configures the volume file size, default to 30GB. At the beginning, there are 8 volumes created.
Each volume has its own TTL, replication.
## Collection Concept
One collection is basically a group of volumes. If no volume in the collection, the volumes will be auto created.
The TTL and replication options are for each volume, not for the collection. One collection can have volumes of different TTL or replication options.
The collection can be deleted quickly, since it is just simply removing all the volumes in the collection.
If you want to use S3 service, one bucket has a dedicated collection. So removing a bucket is also fast.