From a35e3baf2122c2ca108640f249ab48ef2c9ae29c Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 5 Aug 2019 16:48:29 -0700 Subject: [PATCH] Updated Filer Stores (markdown) --- Filer-Stores.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Filer-Stores.md b/Filer-Stores.md index 6acb531..c41d3fe 100644 --- a/Filer-Stores.md +++ b/Filer-Stores.md @@ -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