This topic describes the specifications of hybrid-storage standard instances of ApsaraDB for Redis Enhanced Edition (Tair). These specifications include the memory capacity, number of connections, maximum bandwidth, and queries per second (QPS) reference value.

Instance types

Instance type InstanceClass value (used in API operations) Number of CPU cores Maximum number of new connections per second Maximum number of connections Maximum bandwidth (MB/s) QPS reference value
Master-replica instance with 16 GB memory and 32 GB disk storage redis.amber.master.16g.2x.ext4.default 6 10,000 50,000 48 40,000
Master-replica instance with 16 GB memory and 64 GB disk storage redis.amber.master.16g.4x.ext4.default 6 10,000 50,000 48 40,000
Master-replica instance with 16 GB memory and 128 GB disk storage redis.amber.master.16g.8x.ext4.default 6 10,000 50,000 48 40,000
Master-replica instance with 32 GB memory and 64 GB disk storage redis.amber.master.32g.2x.ext4.default 6 10,000 50,000 48 40,000
Master-replica instance with 32 GB memory and 128 GB disk storage redis.amber.master.32g.4x.ext4.default 6 10,000 50,000 48 40,000
Master-replica instance with 32 GB memory and 256 GB disk storage redis.amber.master.32g.8x.ext4.default 6 10,000 50,000 48 40,000
Master-replica instance with 64 GB memory and 128 GB disk storage redis.amber.master.64g.2x.ext4.default 6 10,000 50,000 48 40,000
Master-replica instance with 64 GB memory and 256 GB disk storage redis.amber.master.64g.4x.ext4.default 6 10,000 50,000 48 40,000
Master-replica instance with 64 GB memory and 512 GB disk storage redis.amber.master.64g.8x.ext4.default 6 10,000 50,000 48 40,000

Notes about CPU cores

To ensure service stability, the system reserves a CPU core to process background tasks. In a cluster instance or a read/write splitting instance, the system reserves a CPU core for each data shard or each read replica to process background tasks.

Calculation rules for bandwidth values

  • The bandwidth value in the preceding table is the bandwidth of the instance. The bandwidth value is the sum of the bandwidth of all shards or nodes in the instance.
  • The upper limit of the total bandwidth for a read/write splitting instance is 2,048 MB/s. After the upper limit is reached, the bandwidth cannot be increased even if you add more shards or nodes to the read/write splitting instance.
  • The bandwidth value applies to the upstream and downstream bandwidths. For example, if the bandwidth of an instance is 10 MB/s, the upstream and downstream bandwidths of the instance are both 10 MB/s.
    Note If your instance has unexpected or scheduled traffic peaks, you can adjust the bandwidth of the instance as needed. For more information, see Adjust the bandwidth of an ApsaraDB for Redis instance.
  • The bandwidth value in the preceding table is the internal bandwidth of the ApsaraDB for Redis instance. The Internet bandwidth is determined by the internal bandwidth and is limited by the bandwidth of the connection between the ApsaraDB for Redis instance and the client. We recommend that you connect to the instance over an internal network to maximize performance.

Calculation rules for connections

The following example shows how the maximum number of new connections per second affects the maximum number of connections at a specific second: The maximum number of new connections per second of an instance is 10,000. The maximum number of connections of the instance is 50,000. The actual number of connections at the Nth second after the instance starts to run is 12,000. Then, at the (N+1)th second, the maximum number of connections is 22,000, which is calculated by using the following formula: 12,000 + 10,000.