Add TiKV filer description.

Rain Li 2022-06-27 11:22:28 +08:00
parent 26c2cbf677
commit 39311fc695

@ -27,6 +27,7 @@ The Filer Store persists all file metadata and directory information.
| Etcd | O(logN)| unlimited | Distributed, 10,000 writes/sec || Yes| | No SPOF. High Availability. Limited Capacity.|
| ElasticSearch| O(logN)| unlimited | Distributed, Fast || Yes| | Scalable, Searchable. Need to manually build. |
| HBase | O(logN)| unlimited | Distributed, Fast | | Native| | Scalable |
| TiKV | O(logN)| unlimited | Distributed, Fast |Atomic|Yes| Yes| Scalable. High Availability. Need to manually build. |
#### Switching between different Stores
It is easy to switch between different filer stores.