From 3f39d2284155d0d92d352647bf37743258a66241 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 9 Oct 2021 07:00:12 -0700 Subject: [PATCH] Updated Filer Stores (markdown) --- Filer-Stores.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Filer-Stores.md b/Filer-Stores.md index b227b6d..6f02ee9 100644 --- a/Filer-Stores.md +++ b/Filer-Stores.md @@ -11,7 +11,8 @@ The Filer Store persists all file metadata and directory information. | RocksDB | O(logN)| unlimited | Local, Very Fast | | Native| | Default, fairly scalable | | Sqlite | O(logN)| unlimited | Local, Very Fast |Atomic| Yes | Yes | Default, fairly scalable, Stream backup | | Mongodb | O(logN)| unlimited | Local or Distributed, Fast | | Yes| | Easy to manage | -| Redis2 | O(1) | limited | Local or Distributed, Fastest ||Native| | one directory's children are stored in one key~value entry | +| [Redis2](https://github.com/chrislusf/seaweedfs/wiki/Filer-Redis-Setup)| O(1) | limited | Local or Distributed, Fastest ||Native| | one directory's children are stored in one key~value entry | +| [Redis3](https://github.com/chrislusf/seaweedfs/wiki/Filer-Redis-Setup)| O(1) | unlimited | Local or Distributed, Fastest ||Native| | one directory's children are spread into multiple key~value entries | | Cassandra | O(logN)| unlimited | Local or Distributed, Very Fast||Native| | | | MySql | O(logN)| unlimited | Local or Distributed, Fast |Atomic| Yes| | Easy to manage | | MySql2 | O(logN)| unlimited | Local or Distributed, Fast |Atomic| Yes| Yes| Easy to manage |