You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2023. It is now read-only.
Jerrin Shaji George edited this page Mar 20, 2019
·
1 revision
KV pairs were inserted into the database using memtier benchmark. The below
table reports throughput observed while varying the number of threads and number
of clients per thread in memtier benchmark. Data objects inserted into the DB
were sized between 32 and 1000 bytes.
The throughput captured is average throughput over a period of 2 minutes.
Configuration
C Redis
Persistence mode - AOF with data fsynced to disk every second
Data file stored in persistent memory used as disk (block I/O mode)
Go Redis
Data stored in persistent memory used in byte addressable mode