Updated on 2025-05-23 GMT+08:00

Comparing Enterprise and Basic Editions

Huawei Cloud DCS enterprise edition is completely developed by Huawei Cloud, and compatible with open-source Redis software. This edition uses the multi-thread master-N*worker model instead of the conventional master-worker model. Each worker thread can listen on ports to monitor requests for establishing network connections, accept the requests and establish network connections, read and write data (in network connections, for example, sockets), and parse and process Redis commands. As a result, performance is improved by N times.

Table 1 Comparing enterprise and basic editions

Item

Basic Edition

Enterprise Editions

Open-source compatibility

Open-source Redis 4.0/5.0/6.0/7.0, single-threaded

Compatible with open-source Redis 6.0, multi-threaded

Performance

x86: 100,000 QPS per shard

Arm: 80,000 QPS per shard

Up to 1 ms latency

Enterprise (performance): 400,000 QPS per shard

Enterprise (storage): 70,000 QPS per shard

Up to 1 ms latency

Instance specifications

Instance types: single-node, master/standby, cluster, and read/write splitting

  • Single-node and master/standby: 128 MB to 64 GB
  • Read/write splitting: 8–32 GB
  • Cluster: up to 2048 GB

Currently, only the master/standby instance type is available. There are two editions:

  • Enterprise (performance): 8–64 GB
  • Enterprise (storage): 8–32 GB memory, and up to 256 GB with SSD storage

For details about the differences between enterprise (performance) and enterprise (storage) editions, see Table 2.

Data security

  • Fine-grained authorization and IP address whitelists
  • Data persistence and backup (except for the single-node type)
  • Cross-AZ DR
  • Automatic failover
  • Capacity expansion and instance type change with a few clicks
  • Fine-grained authorization and security groups
  • Persistence and backup
  • Cross-AZ DR
  • Automatic failover
  • Capacity expansion with a few clicks
Table 2 Differences between enterprise (performance) and enterprise (storage) editions

Item

Enterprise (Performance) Edition

Enterprise (Storage) Edition

QPS

400,000 QPS per shard, higher than the storage edition

70,000 QPS per shard

Storage

SSD storage is not supported. Data is stored entirely in memory.

Data is persisted using AOF files.

Memory + SSD

Memory caches hot data and SSDs store all data.

Backup file format

AOF and RDB

RDB