mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Super Large Directories (markdown)
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue