mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Directories and Files (markdown)
parent
9239b04e4e
commit
04223103f4
|
@ -80,7 +80,7 @@ The Filer Store persists all file metadata and directory information.
|
|||
| ---------------- | -- | -- | -- | -- | -- | -- |
|
||||
| memory | O(1) | limited by memory | Local, Fast | | | for testing only, no persistent storage |
|
||||
| leveldb | O(logN)| unlimited | Local, Very Fast | | | Default, fairly scalable |
|
||||
| leveldb2 | O(logN)| unlimited | Local, Very Fast, faster than leveldb | | | Similar to leveldb, the lookup key is 128bit full filename MD5 instead of the long full file name |
|
||||
| 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 |
|
||||
|
|
Loading…
Reference in a new issue