检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Why Do I Fail to Create a DCS Redis Instance? The subnet does not have sufficient IP addresses. Analysis: Each node in a DCS instance must be assigned an IP address. Therefore, a single-node instance requires one IP address, a master/standby instance requires two IP addresses, and
How Do I Export DCS Redis Instance Data? Instance data of DCS instances other than single-node ones can be exported on the console: Go to the Cache Manager page on the DCS console. Click the name of the desired instance. The instance details page is displayed. Choose Backups & Restorations
Can I Dump DCS Memcached Instance Data for Analysis? No. Parent topic: Memcached Usage
Can I Modify Configuration Parameters of DCS Memcached Instances? Parameter configuration is allowed only when DCS instances are in the Running state. For details, see Modifying Configuration Parameters. Parent topic: Memcached Usage
Why Is CPU Usage of a DCS Redis Instance 100%? Symptom The CPU usage of a Redis instance increases dramatically within a short period of time. If the CPU usage is too high, connections may time out, and master/standby switchover may be triggered. Possible Causes The service QPS is
How Do I View the Version of a DCS Redis Instance? Connect to the instance and run the INFO command. Figure 1 Querying instance information Parent topic: Instance Types/Versions
Commands Supported and Disabled by DCS for Redis 3.0 (Discontinued) DCS for Redis 3.0 is developed based on Redis 3.0.7 and is compatible with open-source protocols and commands. This section describes DCS for Redis 3.0's compatibility with Redis commands, including supported commands
This course introduces knowledge about GaussDB backup and restoration, including how the functions work and how to configure automated backup policies, back up data, and restore instances. It also provides the troubleshooting procedures and cases.
This course covers how to upgrade GaussDB, the principles involved, various upgrade features, and how to locate faults.
This course introduces the GaussDB database scaling principles, performance metrics, specifications constraints, and precautions and also describes how to scale a GaussDB database step by step.
Why Is Available Memory of Unused DCS Instances Less Than Total Memory and Why Is Memory Usage of Unused DCS Instances Greater Than Zero? For DCS Redis 3.0 instances and Memcached instances, the available memory is less than the total memory because some memory is reserved for system
Can I Use ECSs to Create a Dedicated Resource Pool for ModelArts? No. This operation is not allowed. When creating a resource pool, you can only select available node flavors provided on the console. These node flavors in dedicated resource pools are from ECSs. However, the ECSs purchased
What Can I Do If I Fail to Purchase a BCS Instance? General Checks Detailed Checks Parent topic: Instance Management
Returning the Real IP Addresses of a Client to DCS (IP Pass-through) When a client of a DCS Redis 4.0 or later instance connects to the server through a VPC endpoint, the source IP address displayed on the server belongs to the VPC endpoint (starting with 198.19), and it is not the
Will I Be Charged for the EIP Used for Public Access to a DCS Redis Instance? Yes. You must pay for the EIP used for public access to a DCS Redis 3.0 instance. Before enabling public access, you must have an available EIP. For the billing details, see the EIP pricing details. Parent
Can I Obtain the Addresses of the Nodes in a Cluster DCS Redis Instance? Cluster DCS Redis 3.0 instances (Proxy Cluster type) are used in the same way that you use single-node or master/standby instances. You do not need to know the backend node addresses. For a cluster DCS Redis
Why Does It Take a Long Time to Start a Cluster DCS Instance? Possible cause: When a cluster instance is started, status and data are synchronized between the nodes of the instance. If a large amount of data is continuously written into the instance before the synchronization is complete
Is All Data in a DCS Redis Instance Migrated During Online Migration? Migration among multi-DB single-node, read/write splitting, or master/standby instances involves the full set of data. After the migration, a given key will remain in the same DB as it was before the migration.
What Policies Does DCS for Memcached Use to Deal with Expired Data? DCS for Memcached allows you to set the expiration time for stored data based on service requirements. For example, you can set the expire time when performing the add operation. By default, data is not evicted from
Does DCS Support External Extensions, Plug-ins, or Modules? No. DCS for Redis does not support external extensions, plug-ins, or modules. There is no plan for supporting modules. Parent topic: Redis Usage