From 75f9147e5eb323b1f005c5b380c1843308054bb5 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 27 Dec 2020 15:34:51 -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 99e000c..4d58bf7 100644 --- a/Filer-as-a-Key-Large-Value-Store.md +++ b/Filer-as-a-Key-Large-Value-Store.md @@ -1,6 +1,6 @@ # Key-Large-Value Store -Usually key-value stores are limited by the storage capacity. With SeaweedFS, you can get a key value store with almost unlimited size, while still maintaining reasonable speed. +Usually key-value stores are limited by the storage capacity. With SeaweedFS, you can get a key value store with almost unlimited size, while still the same speed for small values and reasonable speed for larger values. ## How to do it?