mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Filer as a Key Large Value Store (markdown)
parent
c49454da43
commit
e7101f406f
|
@ -8,7 +8,9 @@ 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 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.
|
||||
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, reducing the storage load.
|
||||
|
||||
With the larger values offloaded, the underlying key-value store will also perform better with less bytes to move around.
|
||||
|
||||
# Benchmark with YCSB as a Key-Value store
|
||||
|
||||
|
|
Loading…
Reference in a new issue