From f736d84c4eaacb6ecf641f2f1678c97554040906 Mon Sep 17 00:00:00 2001 From: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> Date: Tue, 3 May 2022 16:22:06 +0500 Subject: [PATCH] YDB --- Filer-Stores.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Filer-Stores.md b/Filer-Stores.md index bd6dec8..e0c1c6f 100644 --- a/Filer-Stores.md +++ b/Filer-Stores.md @@ -12,6 +12,7 @@ The Filer Store persists all file metadata and directory information. | 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 | | Arangodb | O(logN)| unlimited | Local or Distributed, Fast | | Native| Yes | Easy to manage; Scalable | +| YDB | O(logN)| unlimited | Local or Distributed, Fast |Atomic| Native| Yes | Easy to manage; True elastic Scalability; High Availability | | [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| | |