More edits
Former-commit-id: 6e69b4a795e0ab0a9b3a127b4ca716218daf5977
This commit is contained in:
parent
f3ddd464e3
commit
f062991498
@ -12,6 +12,13 @@ The Redis maintainers have continually reiterated that they do not plan to suppo
|
||||
|
||||
We plan to track the Redis repo closely and hope our projects can learn from each other.
|
||||
|
||||
Benchmarking KeyDB
|
||||
------------------
|
||||
|
||||
Please note keydb-benchmark and redis-benchmark are currently single threaded and too slow to properly benchmark KeyDB. We recommend using a redis cluster benchmark tool such as [memtier](https://github.com/RedisLabs/memtier_benchmark). Please ensure your machine has enough cores for both KeyDB and memteir if testing locally. KeyDB expects exclusive use of any cores assigned to it.
|
||||
|
||||
If you find a scenario where performance is not as expected please open an Issue, we take performance extremely seriously.
|
||||
|
||||
New Configuration Options
|
||||
-------------------------
|
||||
|
||||
@ -23,7 +30,7 @@ The number of threads used to serve requests. This should be related to the num
|
||||
|
||||
**scratch-file-path** *path*
|
||||
|
||||
If you would like to use the FLASH backed storage this option configures the directory for KeyDB's temporary files. This feature relies on snapshotting to work so must be used on a BTRFS filesystem. ZFS may also work but is untested. With this feature KeyDB will use RAM as a cache and page to disk as necessary.
|
||||
If you would like to use the FLASH backed storage this option configures the directory for KeyDB's temporary files. This feature relies on snapshotting to work so must be used on a BTRFS filesystem. ZFS may also work but is untested. With this feature KeyDB will use RAM as a cache and page to disk as necessary. NOTE: This requires special compilation options, see Building KeyDB below.
|
||||
|
||||
**db-s3-object** *path*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user