Updated Filer as a Key Large Value Store (markdown)

Chris Lu 2020-12-27 15:34:51 -08:00
parent 0f1ad00c54
commit 75f9147e5e

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