mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-20 13:30:46 +02:00
add tikv
+1
-1
@@ -49,7 +49,7 @@ Filer has a persistent client connecting to Master, to get the location updates
|
||||
There are no network round trip to lookup the volume id location.
|
||||
|
||||
For file reads:
|
||||
1. Filer lookup metadata from Filer Store, which can be Cassandra/Mysql/Postgres/Redis/LevelDB/etcd.
|
||||
1. Filer lookup metadata from Filer Store, which can be Cassandra/Mysql/Postgres/Redis/LevelDB/etcd/TiKV.
|
||||
2. Filer read from volume servers and pass along to the read request.
|
||||

|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@ The Filer Store persists all file metadata and directory information.
|
||||
| TiDB | O(logN)| unlimited | Distributed, Fast |Atomic| | Scalable |
|
||||
| CockroachDB | O(logN)| unlimited | Distributed, Fast |Atomic| | Scalable |
|
||||
| Etcd | O(logN)| ~10GB | Distributed, 10,000 writes/sec || | No SPOF. High Availability.|
|
||||
| TiKV | O(logN)| unlimited | Local or Distributed, Fast |Atomic| | Easy to manage |
|
||||
|
||||
#### Switching between different Stores
|
||||
It is easy to switch between different filer stores.
|
||||
|
||||
Reference in New Issue
Block a user