From 3bf1b5536a3c5cfd2b06187097f3a6270a9b40e2 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 26 Dec 2020 20:24:47 -0800 Subject: [PATCH] Updated Filer Stores (markdown) --- Filer-Stores.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Filer-Stores.md b/Filer-Stores.md index f0ecece..c52625e 100644 --- a/Filer-Stores.md +++ b/Filer-Stores.md @@ -17,6 +17,7 @@ The Filer Store persists all file metadata and directory information. | 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 |Atomic| Yes| Scalable | #### Switching between different Stores It is easy to switch between different filer stores.