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
3e4ea74e19
commit
0b93a1ec64
|
@ -14,7 +14,7 @@ With SeaweedFS, a large value can be stored as a chunk on volume servers and can
|
|||
|
||||
There are two tricks:
|
||||
* Configure for [[Super Large Directories]]. It will avoid the additional work to maintain the file list in the large folder.
|
||||
* Optionally configure to store small values in filer store. E.g., `weed filer -cacheToFilerLimit=1024` will store values less than 1KB to filer store itself. Accessing these entries are basically no difference than accessing the underlying key-value stores directly.
|
||||
* Optionally configure to store small values in filer store. E.g., `weed filer -saveToFilerLimit=1024` will store values less than 1KB to filer store itself. Accessing these entries are basically no difference than accessing the underlying key-value stores directly.
|
||||
|
||||
## AWS S3 is a poor key-value store
|
||||
|
||||
|
|
Loading…
Reference in a new issue