检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Will My Backups Be Deleted If I Delete My Cloud Account? If your cloud account is deleted, both your automated and manual backups are deleted. Parent topic: Creation and Deletion
Can I Delete an Index That Fails to Be Created in DDS? Run the db.<collection>.stats() statement to query the indexes that fail to be created in the database and then delete them. Set collection as required. Parent topic: Database Usage
On the Instances page, locate the instance and choose More > Delete in the Operation column. If you have enabled operation protection, click Start Verification in the Delete DB Instance dialog box.
Does DDS Delete Expired Data Using TTL Indexes? You can delete expired data using time to live (TTL) indexes. For details, see the official guide. Parent topic: Database Usage
Range create: indicates to add tags. delete: indicates to delete tags. tags Array of objects Yes The tag list. For more information, see Table 4. NOTE: When you delete tags, do not check the character set of this parameter.
Figure 3 Confirming the deletion You can also delete read replicas in batches by selecting all read replicas to be deleted and clicking Batch Delete. For pay-per-use instances: Locate a target read replica and choose More > Delete in the Operation column.
On the Parameter Templates page, locate the parameter template you want to delete, and choose More > Delete. In the displayed dialog box, click Yes. Parent topic: Parameter Template Management
Action Access Level Resource Type (*: required) Condition Key Alias Dependencies dds:configuration:delete write - - dds:param:delete - URI URI format DELETE /v3/{project_id}/configurations/{config_id} URI example https://dds.ap-southeast-1.myhuaweicloud.com/v3/056538411200d4cd2f79c003c7606412
Deleting a DB Instance Scenarios This section is used to describes how to delete a DDS DB instance by calling the API described in Deleting a DB Instance. Procedure Delete a DDS DB instance.
Deleting a Tag Scenarios If a tag is no longer needed, you can delete the tag to unbind it from the instance. Procedure Log in to the management console. Click in the upper left corner and select a region and a project.
After deleting data, RocksDB directly converts the delete operation to append write.
Delete an automated backup. On the DDS console, you can delete an automated backup using either of the following methods: Method 1: In the navigation pane on the left, choose Backups. On the Backups page, click the Clusters, Replica Sets, or Single Nodes tab.
Deleting a Database User Description This API is used to delete a database user of a specified instance. Constraints This API applies only to DDS Community Edition. The default user and the rwuser user cannot be deleted.
Deleting a Database Role Description This API is used to delete the database role of a specified instance. Constraints This API applies only to DDS Community Edition. Default system roles cannot be deleted.
Delete a manual backup. On the DDS console, you can delete a manual backup using either of the following methods: Method 1: In the navigation pane on the left, choose Backups. On the Backups page, click the Clusters, Replica Sets, or Single Nodes tab.
Deleting a Read Replica of an Instance API Description This API is used to delete a read replica. Constraints Only replica set instances have read replicas. Read replicas cannot be deleted from instances that have abnormal nodes.
Deleting Shard or Config IP Addresses of a Cluster Instance Description This API is used to delete the IP addresses of shard or config nodes. Constraints Frozen instances do not support this operation. During deletion, the IP address of the corresponding node cannot be accessed.
Delete The delete operation is classified into logical delete (condition-based remove) and quick delete (dropCollection, dropDatabase). After a large number of delete operations are performed, the actual data volume may not change, but the storage space usage increases.
To delete a rule, you must disable the rule by referring to Enabling or Disabling a killOp Rule. Authorization Information Each account has all the permissions required to call all APIs, but IAM users must be assigned the required permissions.
Write/Update Operations such as write, update, delete,and index insert and delete are actually converted to write operations in the background. The underlying storage engines (WiredTiger and RocksDB) use the appendOnly mechanism.