mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Filer Stores (markdown)
parent
9e8b21a852
commit
11f95c7aa1
|
@ -19,6 +19,7 @@ The Filer Store persists all file metadata and directory information.
|
||||||
| Postgres2 | O(logN)| unlimited | Local or Distributed, Fast |Atomic| Yes| Yes| Easy to manage |
|
| Postgres2 | O(logN)| unlimited | Local or Distributed, Fast |Atomic| Yes| Yes| Easy to manage |
|
||||||
| MemSql | O(logN)| unlimited | Distributed, Fast |Atomic| Yes| Yes| Scalable |
|
| MemSql | O(logN)| unlimited | Distributed, Fast |Atomic| Yes| Yes| Scalable |
|
||||||
| TiDB | O(logN)| unlimited | Distributed, Fast |Atomic| Yes| Yes| Scalable |
|
| TiDB | O(logN)| unlimited | Distributed, Fast |Atomic| Yes| Yes| Scalable |
|
||||||
|
| TiKV | O(logN)| unlimited | Distributed, Fast |Atomic| Yes| Yes| Scalable |
|
||||||
| CockroachDB | O(logN)| unlimited | Distributed, Fast |Atomic| Yes| Yes| Scalable |
|
| CockroachDB | O(logN)| unlimited | Distributed, Fast |Atomic| Yes| Yes| Scalable |
|
||||||
| YugabyteDB | O(logN)| unlimited | Distributed, Fast |Atomic| Yes| Yes| Scalable |
|
| YugabyteDB | O(logN)| unlimited | Distributed, Fast |Atomic| Yes| Yes| Scalable |
|
||||||
| Etcd | O(logN)| unlimited | Distributed, 10,000 writes/sec || Yes| | No SPOF. High Availability. Limited Capacity.|
|
| Etcd | O(logN)| unlimited | Distributed, 10,000 writes/sec || Yes| | No SPOF. High Availability. Limited Capacity.|
|
||||||
|
|
Loading…
Reference in a new issue