Updated Filer Stores (markdown)

Chris Lu 2020-03-05 10:41:46 -08:00
parent 58c9aef9ce
commit e269e84543

@ -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 | Renaming | TTL | Note |
| Filer Store Name | Lookup | number of entries in a folder | Scalability | Directory Renaming | TTL | Note |
| ---------------- | -- | -- | -- | -- | -- | -- |
| memory | O(1) | limited by memory | Local, Fast | | | for testing only, no persistent storage |
| leveldb | O(logN)| unlimited | Local, Very Fast | | | Default, fairly scalable |