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