检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn

不再显示此消息

  • Intl-English
    International
    • English
    • Bahasa Indonesia
    • Español
    • Português
    • Türkçe
    • عربي
    • ไทย
    • 简体中文
    • 日本語
    中国站
    • 简体中文
    Europe
    • English
    • Deutsch
    • Español
    • Français
    • Nederlands
  • Huawei Cloud
    • Activities
    • Products
    • Solutions
    • Pricing
    • KooGallery
    • Partners
    • Developers
    • Support
    • About Us
    Hot
    • Free Packages
    • Elastic Cloud Server (ECS)
    • Object Storage Service (OBS)
    • ModelArts
    • Cloud Container Engine (CCE)
      Show more results for “”
      • Contact Us
      • Documentation
      • Console
        • My Account
        • Billing & Costs
        • Service Tickets
        • Unread Messages
        • Console
        • Partner Center
        • Sign In Sign Up
      • Sign In
      • Sign Up
        • My Account Complete Sign Up
        • Billing & Costs
        • Service Tickets
        • Unread Messages
        • Console
        • Partner Center
        • Log Out
      Cancel
      Hot
      • Free Packages
      • Elastic Cloud Server (ECS)
      • Object Storage Service (OBS)
      • ModelArts
      • Cloud Container Engine (CCE)
        • All
        • Products
        • Solutions
        • Documentation
        • KooGallery
        • Developer
        • Learn
        • Others
        10000 results found.
        • Will I Be Billed After ECSs Are Stopped? - Elastic Cloud Server

          Will I Be Billed After ECSs Are Stopped? - Elastic Cloud Server

          To stop the billing, you need to delete the instance and its associated resources. Image Yes GPU Yes EVS disks (system and data disks) Yes EIP bandwidth Yes For a stopped pay-per-use ECS, the startup may fail due to insufficient resources.

          Help > Elastic Cloud Server > Billing > Billing FAQ > Billing Modes
        • SQL Query - Data Admin Service

          SQL Query - Data Admin Service

          Allows you to view details about a single row, add a row, submit for editing, delete a row, export a row, copy a row, copy a column, set a column, and more.

          Help > Data Admin Service > User Guide > GaussDB > SQL Operations
        • Binding Tenant to an MRS Cluster User - MapReduce Service

          Binding Tenant to an MRS Cluster User - MapReduce Service

          NOTE: If a user wants to use the resources of tenant tenant1 and to add or delete sub-tenants for tenant1, the user must be bound to both the Manager_tenant and tenant1_Cluster ID roles.

          Help > MapReduce Service > User Guide > Managing Clusters > Managing MRS Cluster Tenants > Configuring MRS Tenants
        • What Can I Do If the Download Speed Is Slow After the yum makecache Command Is Executed? - Elastic Cloud Server

          What Can I Do If the Download Speed Is Slow After the yum makecache Command Is Executed? - Elastic Cloud Server

          After you execute the yum makecache command, if the system displays the message "Another app is currently holding the yum lock", run the rm -rf /var/run/yum.pid command to delete the yum.pid file. Then, run the yum makecache command again to generate the cache.

          Help > Elastic Cloud Server > FAQs > Image Source Management
        • Creating and Managing Custom Contingency Plans - Cloud Operations Center

          Creating and Managing Custom Contingency Plans - Cloud Operations Center

          On the Customized Plan tab page, locate the contingency plan to be deleted and click Delete in the Operation column. Click OK. The customized contingency plan is deleted. Parent topic: Contingency Plans

          Help > Cloud Operations Center > User Guide > Resilience Center > Contingency Plans
        • ALTER FOREIGN TABLE (GDS Import and Export) - GaussDB(DWS)

          ALTER FOREIGN TABLE (GDS Import and Export) - GaussDB(DWS)

          Delete the mode option. 1 ALTER FOREIGN TABLE customer_ft options(drop mode); Helpful Links CREATE FOREIGN TABLE (for GDS Import and Export) and DROP FOREIGN TABLE Parent Topic: DDL Syntax

          Help > GaussDB(DWS) > SQL Syntax Reference (9.1.0.x) > DDL Syntax
        • Cursor Loop - GaussDB

          Cursor Loop - GaussDB

          CLOSE C2; END; / -- Delete the temporary table. DROP TABLE integerTable1; DROP TABLE integerTable2; SET CURRENT_SCHEMA=public; DROP SCHEMA hr CASCADE; Parent topic: Cursors

          Help > GaussDB > Developer Guide(Centralized_V2.0-2.x) > Stored Procedure > Cursors
        • CREATE DATABASE LINK - GaussDB

          CREATE DATABASE LINK - GaussDB

          The initial user is not allowed to create, modify, or delete database links. If the upgrade is not committed, the database link cannot be created.

          Help > GaussDB > Developer Guide(Centralized_V2.0-3.x) > SQL Reference > SQL Syntax
        • Concepts - GaussDB

          Concepts - GaussDB

          The GaussDB Astore uses a VACUUM thread instead of rollback segments to periodically delete historical version data. Generally, you do not need to pay special attention to the VACUUM thread unless you need to optimize the performance.

          Help > GaussDB > Developer Guide(Centralized_V2.0-3.x) > Database System Overview
        • ACLItem - GaussDB

          ACLItem - GaussDB

          INSERT INTO table_acl VALUES (2,'user1=aw/omm','{omm=d/user2}'); gaussdb=# SELECT * FROM table_acl; id | priv | privs ----+---------------+------------------------- 1 | user1=arw/omm | {omm=d/user2,omm=w/omm} 2 | user1=aw/omm | {omm=d/user2} (2 rows) -- Delete

          Help > GaussDB > Developer Guide(Centralized_V2.0-3.x) > SQL Reference > Data Types
        • START TRANSACTION - GaussDB

          START TRANSACTION - GaussDB

          The isolation level of a transaction cannot be reset after the first clause (INSERT, DELETE, UPDATE, FETCH, or COPY) for modifying data is executed in the transaction. Value range: READ COMMITTED: Only committed data can be read. It is the default value.

          Help > GaussDB > Developer Guide(Distributed_V2.0-2.x) > SQL Reference > SQL Syntax
        • Transaction - GaussDB

          Transaction - GaussDB

          Large object operations include CREATE/DELETE DATABASE, ANALYZE, and VACUUM. [Rule] When accessing the database through the JDBC client, disable the autocommit parameter and explicitly execute the transaction COMMIT.

          Help > GaussDB > Developer Guide(Distributed_V2.0-2.x) > Development and Design Proposal > Database Design Specifications
        • Cursor Loop - GaussDB

          Cursor Loop - GaussDB

          CLOSE C2; END; / ANONYMOUS BLOCK EXECUTE -- Delete the temporary table. DROP TABLE integerTable1; DROP TABLE integerTable2; Parent topic: Cursors

          Help > GaussDB > Developer Guide(Distributed_V2.0-3.x) > Stored Procedures > Cursors
        • SQL Syntax - GaussDB

          SQL Syntax - GaussDB

          CREATE ROLE CREATE ROW LEVEL SECURITY POLICY CREATE SCHEMA CREATE SEQUENCE CREATE SERVER CREATE SYNONYM CREATE TABLE CREATE TABLESPACE CREATE TABLE AS CREATE TABLE PARTITION CREATE TRIGGER CREATE TYPE CREATE USER CREATE VIEW CREATE WEAK PASSWORD DICTIONARY CURSOR DEALLOCATE DECLARE DELETE

          Help > GaussDB > Developer Guide(Distributed_V2.0-3.x) > SQL Reference
        • Updating Statistics - GaussDB

          Updating Statistics - GaussDB

          ALTER TABLE tablename DELETE STATISTICS ((column_1, column_2)); --Delete statistics about column_1 and column_2 of tablename or their statistics declaration.

          Help > GaussDB > Developer Guide(Distributed_V2.0-3.x) > SQL Optimization
        • ACLItem - GaussDB

          ACLItem - GaussDB

          INSERT INTO table_acl VALUES (2,'user1=aw/omm','{omm=d/user2}'); gaussdb=# SELECT * FROM table_acl; id | priv | privs ----+---------------+------------------------- 1 | user1=arw/omm | {omm=d/user2,omm=w/omm} 2 | user1=aw/omm | {omm=d/user2} (2 rows) -- Delete

          Help > GaussDB > Developer Guide(Distributed_V2.0-3.x) > SQL Reference > Data Type
        • Concepts - GaussDB

          Concepts - GaussDB

          The GaussDB Astore uses a VACUUM thread instead of rollback segments to periodically delete historical version data. Generally, you do not need to pay special attention to the VACUUM thread unless you need to optimize the performance.

          Help > GaussDB > Developer Guide(Distributed_V2.0-3.x) > Database System Overview
        • Constraints - GaussDB

          Constraints - GaussDB

          You need to delete the account manually. The DR instance in a DR relationship does not support adding replicas. After the DR instance is promoted to primary, replicas in the instance can be added.

          Help > GaussDB > User Guide > Disaster Recovery Management
        • Limits Management - Scalable File Service

          Limits Management - Scalable File Service

          Removing Limits On the limits management page, click Delete in the right pane to open the dialog box shown in Figure 5. Figure 5 Removing limits Click OK. Parent topic: General Purpose File System

          Help > Scalable File Service > User Guide > General Purpose File System
        • Creating a Custom Policy - Scalable File Service Turbo

          Creating a Custom Policy - Scalable File Service Turbo

          [ { "Effect": "Allow", "Action": [ "sfsturbo:shares:createShare", "sfsturbo:shares:deleteShare" ] }, { "Effect": "Allow", "Action": [ "ecs:servers:delete

          Help > Scalable File Service Turbo > User Guide > Permissions Management
        Total results: 10000
        • Previous
        • 1
        • ...
        • 490
        • 491
        • 492
        • ...
        • 500
        • Next
        • Go
        Load More
        Was this helpful?
        Feedbacks
        /200
        Submit Feedback Cancel
        Contact Sales After-Sales Self Service
        • Site Terms
        • Privacy Statement

        Explore Huawei Cloud

        Why Us Customer Stories Trust Center Legal Press Releases

        Featured Services

        Elastic Cloud Server (ECS) Elastic IP (EIP) RDS for MySQL Elastic Volume Service (EVS) MapReduce Service (MRS)

        Service and Support

        Documentation Contact Us Public Notices Support Plans Service Health Dashboard

        Account and Payment

        Top Up Invoices Billing Center My Account Payment Method

        Quick Links

        Huawei Corporate Huawei Enterprise Huawei Consumer Business Huawei Developers

        © 2025, Huawei Cloud Computing Technologies Co., Ltd. and/or its affiliates. All rights reserved.

        • Site Terms
        • Privacy Statement