mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Filer Stores (markdown)
parent
399fa6c0d6
commit
10de33404b
|
@ -17,7 +17,7 @@ The Filer Store persists all file metadata and directory information.
|
||||||
| TiDB | O(logN)| unlimited | Distributed, Fast |Atomic| Yes| Scalable |
|
| TiDB | O(logN)| unlimited | Distributed, Fast |Atomic| Yes| Scalable |
|
||||||
| CockroachDB | 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.|
|
| Etcd | O(logN)| ~10GB | Distributed, 10,000 writes/sec || Yes| No SPOF. High Availability.|
|
||||||
| ElasticSearch | O(logN)| unlimited | Distributed, Fast |Atomic| Yes| Scalable, Searchable |
|
| ElasticSearch| O(logN)| unlimited | Distributed, Fast || Yes| Scalable, Searchable |
|
||||||
| HBase | O(logN)| unlimited | Distributed, Fast | | Native| Scalable |
|
| HBase | O(logN)| unlimited | Distributed, Fast | | Native| Scalable |
|
||||||
|
|
||||||
#### Switching between different Stores
|
#### Switching between different Stores
|
||||||
|
|
Loading…
Reference in a new issue