mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add line for arangodb
parent
3980c6174b
commit
140c3c4355
|
@ -11,6 +11,7 @@ The Filer Store persists all file metadata and directory information.
|
||||||
| RocksDB | O(logN)| unlimited | Local, Very Fast | | Native| | Default, fairly scalable |
|
| 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 |
|
| 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 |
|
| 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 |
|
||||||
| [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 |
|
| [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 |
|
| [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| | |
|
| Cassandra | O(logN)| unlimited | Local or Distributed, Very Fast||Native| | |
|
||||||
|
|
Loading…
Reference in a new issue