mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Filer Stores (markdown)
parent
b6096f3a36
commit
30d3cbb4df
|
@ -16,7 +16,7 @@ The Filer Store persists all file metadata and directory information.
|
|||
| TiDB | O(logN)| unlimited | Distributed, Fast |Atomic| Yes| Scalable |
|
||||
| CockroachDB | O(logN)| unlimited | Distributed, Fast |Atomic| Yes| Scalable |
|
||||
| Etcd | O(logN)| ~10GB | Distributed, 10,000 writes/sec || Yes| No SPOF. High Availability.|
|
||||
| TiKV | O(logN)| unlimited | Local or Distributed, Fast |Atomic| Yes| Easy to manage |
|
||||
| ElasticSearch | O(logN)| unlimited | Distributed, Fast |Atomic| Yes| Scalable, Searchable |
|
||||
|
||||
#### Switching between different Stores
|
||||
It is easy to switch between different filer stores.
|
||||
|
|
Loading…
Reference in a new issue