From 0827aee64deaaf3094b7dc54f4844901af5970a0 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 5 Nov 2021 17:20:54 -0700 Subject: [PATCH] Updated Filer Stores (markdown) --- Filer-Stores.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Filer-Stores.md b/Filer-Stores.md index 6f02ee9..0409953 100644 --- a/Filer-Stores.md +++ b/Filer-Stores.md @@ -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 |