From 10de33404ba7f36fa168202b2d2afe2e10027546 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 5 Jan 2021 13:24:28 -0800 Subject: [PATCH] Updated Filer Stores (markdown) --- Filer-Stores.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Filer-Stores.md b/Filer-Stores.md index 165191a..847470b 100644 --- a/Filer-Stores.md +++ b/Filer-Stores.md @@ -16,9 +16,9 @@ The Filer Store persists all file metadata and directory information. | MemSql | 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 | -| Etcd | O(logN)| ~10GB | Distributed, 10,000 writes/sec || Yes| No SPOF. High Availability.| -| ElasticSearch | O(logN)| unlimited | Distributed, Fast |Atomic| Yes| Scalable, Searchable | -| HBase | O(logN)| unlimited | Distributed, Fast | | Native| Scalable | +| Etcd | O(logN)| ~10GB | Distributed, 10,000 writes/sec || Yes| No SPOF. High Availability.| +| ElasticSearch| O(logN)| unlimited | Distributed, Fast || Yes| Scalable, Searchable | +| HBase | O(logN)| unlimited | Distributed, Fast | | Native| Scalable | #### Switching between different Stores It is easy to switch between different filer stores.