检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
If a temporary table is used, delete the temporary table before you return the connection to the connection pool. If you do not do so, the connection state in the connection pool will remain, which affects subsequent operations using the connection pool.
views Viewing details about a specified view Run the following command to view details about MyView: Deleting a view Run the following command to delete
Delete a backup table. If the table to be deleted is associated with other tables, delete the associated tables first. Parent topic: Creating and Managing Tables
Whether to collect statistics on the number of the SELECT, INSERT, UPDATE, DELETE, and MERGE INTO statements that are being executed in each session, the response time of the SELECT, INSERT, UPDATE, and DELETE statements, and the number of DDL, DML, and DCL statements.
Therefore, delete unnecessary indexes periodically.
When calling a cloud service API, you can specify a profile rather than manually inputting the common information.KooCLI configuration commands are used to initialize configurations, and add, delete, modify, and query profiles.
To delete a backup file, run the following command: If the table to be deleted is dependent on other tables, you need to delete its dependent tables first.
Frequently update and delete operations can lead to table bloating. To free up space, you can run the VACUUM or VACUUM FULL command on system catalogs. O&M details: O&M Plan and O&M Status.
backup table tpcds.web_returns_p2: Modifying the row movement attributes of the partitioned table Deleting a partition Run the following command to delete
You can add, delete, modify, and query hosts (groups), delete hosts in batches, and verify connectivity in batches. Host connectivity supports EIP direct connection, proxy connection, and VPC direct connection in the self-hosted resource pool mode.
Common partition tables do not automatically create new partitions or delete expired partitions. Therefore, maintenance personnel need to periodically create new partitions and delete expired partitions, leading to increased O&M costs.
You can click Delete to delete a product that is no longer used. After the product is deleted, its resources such as the product models and codecs will be cleared. Exercise caution when deleting a product.
The command for deleting a profile is as follows: hcloud configure delete --cli-profile=${profileName} hcloud configure delete --cli-profile=test Profile test deleted. The default profile is default.
To completely delete the offline metadata package and the contained metadata cache files, delete the directory where these files are located, according to the OS you use.
Delete residual settings. Ensure that there is no /data directory, there are no SMS log files in the /root directory, and there are no residual certificates in the /etc/ssh directory.
Delete: deletes an alarm rule. You can delete only user-defined rules. Default alarm rules cannot be deleted. Viewing Alarm Rules Log in to the GaussDB(DWS) management console. In the navigation pane on the left, choose Alarms.
If there is no parameter next to a key, delete the entire row where the key locates. When deleting the last key, delete the comma (,) between the outermost and previous right brackets (}).
Delete: Click Delete to delete a cluster. For details, see Deleting Clusters. Switchback: Click Switchback restore the primary/standby relationship of a cluster. For details, see Performing a Primary/Standby Switchback.
Function Description Managing Microservice Engines On the CSE console, you can view the CSE information, obtain the CSE registry and discovery address and configuration center address, set microservice backup and restoration, configure the CSE network, and upgrade and delete
[Proposal] To clear all data in a table, you are advised to use TRUNCATE TABLE instead of DELETE TABLE. DELETE TABLE is not efficient and cannot release disk space occupied by the deleted data.