mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-24 02:59:13 +08:00
Updated Filer as a Key Large Value Store (markdown)
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user