When you create a Tair instance, you want to select the most cost-effective and stable instance type that can suit your performance, price, scenario, and workload needs. This topic describes the instance types, engine versions, architectures, and storage mediums of Tair to help you select instances.
Select a Tair instance
In most cases, you select instance types and specifications based on your performance, price, scenario, and workload needs. For example, you want to use instances as high-speed caches or in-memory databases. The following table describes the recommended selection procedure.
When you select an instance, you can use the price calculator to obtain the prices of different instance specifications. For more information, see Price calculator.
Step | Operation | Description |
1 | Tair provides DRAM-based, persistent memory-optimized, and ESSD/SSD-based instances to meet your requirements for high performance, high cost-effectiveness, and large capacity. | |
2 | Tair provides instances that run the standard, cluster, or read/write splitting architecture. You can select an architecture that suits your business data volume and your requirements for read and write capabilities and business performance. | |
3 | A Tair instance may fail due to unexpected reasons, such as a device or power failure in a data center. In this case, disaster recovery can help ensure data consistency and service availability. Tair provides multiple disaster recovery solutions for different use cases. | |
4 | We recommend that you estimate the memory size to be consumed. This reduces costs and prevents your business from being affected by frequent specification changes. |
After you perform the preceding steps, use the Tair console or a Tair API operation to create a Tair instance. For more information, see the "Create a Tair instance" section of this topic.
After you create and start to use a Tair instance, we recommend that you monitor the performance of the instance when your business is running as expected. This allows you to check whether the type and specifications of the instance are suitable. For more information, see the "Verify and adjust the selected instance" section of this topic.
Select a series type
Tair provides a variety of series of instances based on storage mediums such as dynamic random-access memory (DRAM), non-volatile memory (NVM), and Enterprise SSDs (ESSDs) to meet your requirements for low-latency access, data persistence, and reduced overall costs. Additionally, Tair provides you with higher performance, more data structures, and more flexible storage methods. This helps you meet business requirements in different scenarios.
Scenario | Recommended series type | Benefit |
Performance-centric business scenarios |
| |
Data caching and storage scenarios that require high performance and high data persistence, and may incur high costs |
| |
Data storage scenarios that require large capacity at low costs, involve only infrequent data access, and can bear high access latency |
|
For more information about the supported commands and parameters, see Overview and Parameters that can be configured for Tair instances.
Cloud-native and classic instances
If you want to create a DRAM-based instance, you can choose between the cloud-native and classic deployment modes. The following table describes the comparison between these two deployment modes.
Item | Cloud-native instance (recommended) | Classic instance |
Architecture | Uses a new-generation management architecture that provides greater flexibility and enhanced scalability. This architecture serves as a basis for subsequent development. | Uses the conventional management architecture. Cluster instances come with predefined specifications that cannot be changed. |
Scalability |
|
|
For more information, see Comparison between cloud-native instances and classic instances.
Select an architecture
Tair instances support three deployment architectures. You can select an architecture that suits your business data volume and your requirements for read and write capabilities and business performance.
The following table describes the high availability (HA) architectures. The standard and cluster architectures also support standalone instances without HA that are suitable for tests and cache-only use cases.
Instance architecture | Description | Scenario |
Standard instances adopt a master-replica architecture. The master node serves your workloads, and the replica node stays in hot standby mode to ensure HA. If the master node fails, the system switches the workloads to the replica node within 30 seconds after the failure occurs. This ensures the HA of your instance. |
| |
|
| |
|
Note Latency exists when data is synchronized to read replicas. Therefore, in scenarios that require high data consistency, we recommend that you use cluster instances instead of read/write splitting instances. |
Cluster instances are available in the following connection modes:
Proxy mode: Proxy nodes forward requests from clients to the data shards in your instance. This mode provides features such as load balancing, read/write splitting, failover, proxy query cache, and persistent connections. The proxy query cache feature is supported only for DRAM-based instances. For more information, see Features of proxy nodes.
Direct connection mode: You can bypass proxy nodes and directly connect to backend data shards of your instance in a similar manner as you connect to an open source Redis cluster. Compared with the proxy mode, the direct connection mode reduces the routing time and accelerates the response of Tair.
Select a disaster recovery solution
Disaster recovery solution | Protection level | Description |
★★★☆☆ | The master node and the replica node are deployed on different machines in the same zone. If the master node fails, the HA system performs a failover to prevent service interruption caused by a single point of failure (SPOF). | |
★★★★☆ | The master node and the replica node are deployed in two different zones of the same region. If the zone in which the master node resides is disconnected due to force majeure factors such as a power or network failure, the HA system performs a failover to ensure continuous availability of the entire instance. | |
★★★★★ | In the architecture of Global Distributed Cache, a distributed instance consists of multiple child instances that synchronize data among each other in real time by using synchronization channels. The channel manager monitors the health status of child instances and handles exceptions that occur on child instances, such as a master-replica switchover. Global Distributed Cache is suitable for scenarios such as geo-disaster recovery, active geo-redundancy, nearby application access, and load balancing. For more information, see Overview. |
Estimate the memory size
To create a Tair instance, you must estimate the size of memory to be consumed based on the following factors and select the most suitable memory specifications. This reduces costs and prevents your business from being affected by frequent specification changes.
When you determine the memory size of a Tair instance, you must first consider the volume of the business data to be stored. Then, you must take into account the memory that is required for the operation of the instance itself, such as the memory that is occupied by the process metadata, replication buffer, and fragments. Unlike an open-source Redis database, when you use a Tair instance, you do not need to consider the memory overhead associated with copy-on-write forking during Tair persistence or advanced features of Tair such as whitelist configuration, audit logging, large key management, and hotkey management. The preceding memory overhead is borne by Alibaba Cloud and is not counted towards the memory size of the purchased instance.
The data types, lengths, and quantity of keys.
NoteIf a key, such as a key of the hash type, contains elements, you must consider the quantity and lengths of these elements.
The lengths of values.
The time to live (TTL) and eviction policy of keys. The key eviction policy can be specified by using the maxmemory-policy parameter. For more information, see Parameters that can be configured for Tair instances.
The access model. For example, if the access model involves a large number of client connections, Lua scripts, or transactions, you must reserve memory for them.
Medium- and long-term business growth.
Create a Tair instance
After you determine the instance type and specifications, you can create a Tair instance by using the Tair console or a Tair API operation. For more information, see the following topics:
Console: Create a Tair instance
API operation: CreateTairInstance
Verify and adjust the selected instance
Tair supports a variety of metrics. After you create and start to use a Tair instance, we recommend that you monitor the performance of the instance when your business is running as expected. This allows you to check whether the instance type and specifications are suitable. For more information, see View performance monitoring data.
You can also use the Redis-benchmark tool to perform a performance stress test. For more information, see Redis-benchmark instructions.
If the performance monitoring data of a Tair instance indicates high memory usage, you must check whether an exception exists. If no exception exists, upgrade the instance specifications. For more information, see Change the configurations of an instance. For more information about how to troubleshoot performance issues for Tair instances, see the following topics: