mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Filer Stores (markdown)
parent
0aa4266ed4
commit
a35e3baf21
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue