Updated Filer Stores (markdown)

Chris Lu 2019-08-05 16:48:29 -07:00
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