mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-06-13 23:36:45 +03:00
Updated Super Large Directories (markdown)
@@ -8,9 +8,11 @@ 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.
|
||||
|
||||
# How it works?
|
||||
|
||||
This is currently only implemented in Cassandra and Redis. In Cassandra, each entry has this schema:
|
||||
This is currently implemented in Cassandra and Redis. In Cassandra, each entry has this schema:
|
||||
```
|
||||
CREATE TABLE filemeta (
|
||||
directory varchar,
|
||||
|
||||
Reference in New Issue
Block a user