mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-06-13 23:36:45 +03:00
Updated Directories and Files (markdown)
+3
-2
@@ -45,10 +45,11 @@ visit "http://localhost:8888/path/to/sources/?lastFileName=abc.txt&limit=50"
|
||||
|
||||
## Architecture
|
||||
|
||||
Filer has a persistent client connecting to Master, to know the locations of all volumes.
|
||||
|
||||
For file reads:
|
||||
1. Filer lookup metadata from Filer Store, which can be Cassandra/Mysql/Postgres/Redis/LevelDB.
|
||||
2. Filer lookup the volume id locations if not in the cache.
|
||||
3. Filer read from volume servers and pass along to the read request.
|
||||
2. Filer read from volume servers and pass along to the read request.
|
||||

|
||||
|
||||
For file writes:
|
||||
|
||||
Reference in New Issue
Block a user