Updated Filer Stores (markdown)

Chris Lu 2019-08-05 20:50:50 -07:00
parent a35e3baf21
commit ce61aebef8

@ -9,8 +9,8 @@ The Filer Store persists all file metadata and directory information.
| leveldb2 | O(logN)| unlimited | Local, Very Fast, faster than leveldb | | | Similar to leveldb, part of the lookup key is 128bit MD5 instead of the long full file path |
| Redis | O(1) | limited | Local or Distributed, Fastest ||Yes| one directory's sub file names are stored in one key~value entry |
| Cassandra | O(logN)| unlimited | Local or Distributed, Very Fast||Yes| |
| MySql | O(logN)| unlimited | Local or Distributed, Fast |Atomic| | Easy to manage, export |
| Postgres | O(logN)| unlimited | Local or Distributed, Fast |Atomic| | Easy to manage, export |
| MySql | O(logN)| unlimited | Local or Distributed, Fast |Atomic| | Easy to manage |
| Postgres | O(logN)| unlimited | Local or Distributed, Fast |Atomic| | Easy to manage |
| TiDB | O(logN)| unlimited | Distributed, Fast |Atomic| | Scalable |
| CockroachDB | O(logN)| unlimited | Distributed, Fast |Atomic| | Scalable |
| Etcd | O(logN)| ~10GB | Distributed, 10,000 writes/sec || | No SPOF. High Availability.|