Test Data of Master/Standby DCS Redis 6.0 Instances
DCS Redis 6.0 basic edition instances support SSL. This section covers the performance tested with and without SSL enabled.
Test Environment
Test Command
SSL disabled:
./memtier_benchmark -s {IP} -p {port} -a {password} -c {connect_number} -t {thread} --test-time=300 --key-prefix="xxxx" --key-minimum=1 --key-maximum={max_key} --key-pattern=P:P --ratio=1:0 -d {datasize} Reference values: -c {connect_number}: 1000, --key-maximum{max_key}: 2000000, -d {datasize}: 32
SSL enabled:
./memtier_benchmark -s {IP} -p {port} -a {password} -c {connect_number} -t {thread} --test-time=300 --key-prefix="xxxx" --key-minimum=1 --key-maximum={max_key} --key-pattern=P:P --ratio=1:0 -d {datasize} --tls --cacert ca.crt Reference values: -c {connect_number}: 1000, --key-maximum{max_key}: 2000000, -d {datasize}: 32
--tls --cacert ca.crt is a parameter required for SSL connections. 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 | Average Latency (ms) | 99th-Percentile Latency (ms) | 99.9th-Percentile Latency (ms) |
|---|---|---|---|---|---|---|
8 GB | x86 | 500 | 151,047.41 | 3.355 | 6.175 | 12.223 |
1000 | 149,346.86 | 6.673 | 11.711 | 31.743 | ||
32 GB | x86 | 500 | 143,648.1 | 3.476 | 5.215 | 13.055 |
4000 | 104,517.03 | 37.881 | 139.263 | 175.103 |
Redis Cache Size | CPU Type | Concurrent Connections | QPS | Average Latency (ms) | 99th-Percentile Latency (ms) | 99.9th-Percentile Latency (ms) |
|---|---|---|---|---|---|---|
8 GB | x86 | 500 | 86,827.84 | 5.537 | 8.575 | 9.535 |
1000 | 92,413.99 | 10.055 | 15.615 | 17.279 | ||
32 GB | x86 | 500 | 87,385.5 | 5.584 | 8.383 | 9.343 |
4000 | 50,813.67 | 62.623 | 100.863 | 104.959 |
Redis Cache Size | CPU Type | Concurrent Connections | QPS | Average Latency (ms) | 99th-Percentile Latency (ms) | 99.9th-Percentile Latency (ms) |
|---|---|---|---|---|---|---|
8 GB | x86 | 500 | 180,413.66 | 2.764 | 4.287 | 11.583 |
1000 | 179,113.5 | 5.586 | 8.959 | 29.823 | ||
32 GB | x86 | 500 | 175,268.86 | 2.848 | 4.079 | 11.839 |
4000 | 134,755.17 | 29.161 | 126.463 | 166.911 |
Redis Cache Size | CPU Type | Concurrent Connections | QPS | Average Latency (ms) | 99th-Percentile Latency (ms) | 99.9th-Percentile Latency (ms) |
|---|---|---|---|---|---|---|
8 GB | x86 | 500 | 113,637.22 | 4.316 | 6.239 | 7.359 |
1000 | 105,504.55 | 8.962 | 13.439 | 15.295 | ||
32 GB | x86 | 500 | 100,309.99 | 4.603 | 6.559 | 6.943 |
4000 | 57,007.69 | 55.052 | 85.503 | 89.087 |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.

