From 1e4d08dee220b6f9a0c3323a2dc2469821d94da2 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 29 Dec 2020 15:06:31 -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 b470317..4e329c5 100644 --- a/Super-Large-Directories.md +++ b/Super-Large-Directories.md @@ -46,7 +46,7 @@ In Redis, for normal directories, the list of child entries are stored in one ke However, when the number of child entries becomes larger, it would be slower and slower to read and write to this key~value entry. -So for large directories configured in Redis, SeaweedFS skips this operation to remember the child entries. +So for large directories configured in Redis, SeaweedFS skips this operation, so the list of child entries are not stored. ## The Downside