mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Filer Stores (markdown)
parent
11f30f757b
commit
5013c18deb
|
@ -2,7 +2,7 @@
|
|||
|
||||
The Filer Store persists all file metadata and directory information.
|
||||
|
||||
| Filer Store Name | Lookup | number of entries in a folder | Scalability | Directory Renaming | TTL | Fast Bucket Deletion |Note |
|
||||
| Filer Store Name | Lookup | number of entries in a folder | Scalability | Directory Renaming | TTL | [Fast Bucket Deletion](https://github.com/chrislusf/seaweedfs/wiki/S3-Gateway-FAQ#how-to-speed-up-bucket-deletion) |Note |
|
||||
| ---------------- | -- | -- | -- | -- | -- | -- | -- |
|
||||
| memory | O(1) | limited by memory | Local, Fast | | Yes| | for testing only, no persistent storage |
|
||||
| leveldb | O(logN)| unlimited | Local, Very Fast | | Yes| | Default, fairly scalable |
|
||||
|
|
Loading…
Reference in a new issue