mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-24 08:46:54 +08:00
Updated Filer Stores (markdown)
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user