Updated Super Large Directories (markdown)

Chris Lu 2020-12-29 15:06:31 -08:00
parent 2d49b82bf4
commit 1e4d08dee2

@ -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