mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-06-13 23:36:45 +03:00
Updated Super Large Directories (markdown)
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user