From fe0237e5706fd876234163591a496562e354d5d8 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 22 Dec 2020 02:42:14 -0800 Subject: [PATCH] Updated Super Large Directories (markdown) --- Super-Large-Directories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Super-Large-Directories.md b/Super-Large-Directories.md index f1632da..d902578 100644 --- a/Super-Large-Directories.md +++ b/Super-Large-Directories.md @@ -8,7 +8,7 @@ This is actually a common case when user name, id, or UUID are used as sub folde We need a way to spread the data to all data nodes, without sacrificing too much. -In a sense, SeaweedFS should be as efficient and scalable as a hybrid of distributed key value store, while still using the familiar file system operations. +In a sense, we want SeaweedFS to be as efficient and scalable as a hybrid of distributed key value store, while still using the familiar file system operations. # How it works?