Updated Filer as a Key Large Value Store (markdown)

Chris Lu 2020-12-27 15:21:32 -08:00
parent c2eebf7c44
commit c49454da43

@ -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.