Updated Super Large Directories (markdown)

Chris Lu 2020-12-22 02:40:45 -08:00
parent 9633fb0f7e
commit a949798552

@ -8,7 +8,7 @@ This is actually a common case when user name, id, or UUID are used as sub folde
We need a way to spread the data to all data nodes, without sacrificing too much.
In a sense, we want SeaweedFS to be as efficient and scalable as a hybrid of distributed key value store, while still using the file system API for many common operations.
In a sense, we want SeaweedFS to be as efficient and scalable as a hybrid of distributed key value store, while still using the familiar file system operations.
# How it works?