Updated Filer Stores (markdown)

Chris Lu 2019-11-27 12:42:30 -08:00
parent 79e3329fdb
commit 9fe764d68a

@ -11,6 +11,7 @@ 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 |
| Postgres | O(logN)| unlimited | Local or Distributed, Fast |Atomic| | Easy to manage |
| MemSql | O(logN)| unlimited | Distributed, Fast |Atomic| | Scalable |
| 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.|