Test Data of Redis Cluster DCS Redis 4.0 or 5.0 Instances
Test Environment
Test Command
memtier_benchmark --cluster-mode --ratio=(1:0 and 0:1) -s {IP} -p {port} -n {nreqs} -c {connect_number} -t 4 -d {datasize} -a {password} Reference values: -c {connect_number}: 1000; -n {nreqs}: 10000000; -d {datasize}: 32
For details about the test method and parameters, see Testing Redis Performance Using memtier_benchmark.
Test Result
- The following test results are for reference only. The performance may vary depending on the site environment and network fluctuation.
- Certain cache sizes are taken for example in the following test results. For more information, see DCS Instance Specifications.
- QPS: Query per second, indicates number of read and write operations per second. Unit: count/second.
- Average Latency: Average latency of operations, in milliseconds.
- xth Percentile Latency: latency of x% of operations, in milliseconds. For example, if the value is 10 ms, 99.99th percentile latency indicates that 99.99% queries can be processed within 10 ms.
| Redis Cache Size | CPU Type | Concurrent Connections | QPS | 99.99th-Percentile Latency (ms) | First 100th-Percentile Latency (ms) | Last 100th-Percentile Latency (ms) |
|---|---|---|---|---|---|---|
| 32 GB | x86 | 1000 | 371,780.2 | 5.6 | 6.3 | 44 |
| 10,000 | 256,073.11 | 90 | 220 | 460 | ||
| 32 GB | Arm | 1000 | 317,053.78 | 17 | 34 | 230 |
| 10,000 | 248,832.33 | 410 | 490 | 750 |
| Redis Cache Size | CPU Type | Concurrent Connections | QPS | 99.99th-Percentile Latency (ms) | First 100th-Percentile Latency (ms) | Last 100th-Percentile Latency (ms) |
|---|---|---|---|---|---|---|
| 32 GB | x86 | 1000 | 427,000.04 | 5.0 | 5.3 | 78 |
| 10,000 | 302,159.03 | 63 | 220 | 460 | ||
| 32 GB | Arm | 1000 | 421,402.06 | 13 | 14 | 65 |
| 10,000 | 309,359.18 | 180 | 260 | 500 |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.