From de674836fe379b17d91759726b47ac861541467c Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 26 Dec 2020 18:26:22 -0800 Subject: [PATCH] Updated Components (markdown) --- Components.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Components.md b/Components.md index 23f92d7..9795b0c 100644 --- a/Components.md +++ b/Components.md @@ -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.