Updated Filer Stores (markdown)

Chris Lu 2021-11-05 17:20:54 -07:00
parent 8c761df7c3
commit 0827aee64d

@ -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](https://github.com/chrislusf/seaweedfs/wiki/S3-Gateway-FAQ#how-to-speed-up-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-API-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 |