From c49454da438c7736f36721a4a16cacc55f8dc865 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 27 Dec 2020 15:21:32 -0800 Subject: [PATCH] Updated Filer as a Key Large Value Store (markdown) --- Filer-as-a-Key-Large-Value-Store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Filer-as-a-Key-Large-Value-Store.md b/Filer-as-a-Key-Large-Value-Store.md index 9df2026..0e847a3 100644 --- a/Filer-as-a-Key-Large-Value-Store.md +++ b/Filer-as-a-Key-Large-Value-Store.md @@ -6,7 +6,7 @@ Usually key-value stores are limited by the storage capacity. With SeaweedFS, yo There are two tricks: * Configure to store small values in filer store. E.g., `weed filer -cacheToFilerLimit=1024` will store values less than 1KB to filer itself. -* Configure In [[Super Large Directories]] +* Configure for [[Super Large Directories]] This way, values less than 1KB is basically the same as the underlying key-value store, while the larger values are physically stored on volume servers.