mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-20 13:30:46 +02:00
Updated Filer Stores (markdown)
@@ -11,6 +11,8 @@ The Filer Store persists all file metadata and directory information.
|
||||
| Cassandra | O(logN)| unlimited | Local or Distributed, Very Fast||Yes| |
|
||||
| MySql | O(logN)| unlimited | Local or Distributed, Fast |Atomic| | Easy to manage, export |
|
||||
| Postgres | O(logN)| unlimited | Local or Distributed, Fast |Atomic| | Easy to manage, export |
|
||||
| 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.|
|
||||
|
||||
#### Switching between different Stores
|
||||
|
||||
Reference in New Issue
Block a user