mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Add TiKV filer description.
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.|
|
| 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. |
|
| ElasticSearch| O(logN)| unlimited | Distributed, Fast || Yes| | Scalable, Searchable. Need to manually build. |
|
||||||
| HBase | O(logN)| unlimited | Distributed, Fast | | Native| | Scalable |
|
| 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
|
#### Switching between different Stores
|
||||||
It is easy to switch between different filer stores.
|
It is easy to switch between different filer stores.
|
||||||
|
|
Loading…
Reference in a new issue