检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
The value can be SELECT, INSERT, UPDATE, DELETE, TRUNCATE, REFERENCES, ANALYZE, VACUUM, ALTER, DROP, or TRIGGER. is_grantable yes_or_no Indicates if the permission can be granted to other users.
Solution: Delete unsupported system columns. GAUSS-03775: "unsupported datatype branch" SQLSTATE: XX000 Description: Column-store tables do not support queried data type. Solution: Check the data type.
Solution: Check the files mentioned in the error information, run source to find the corresponding output and delete the corresponding shell. Parent topic: GAUSS-51000 -- GAUSS-51999
The user can access all tables (including new tables to be created in the future) in schema s1 for daily reading, but cannot insert, modify, or delete data. Principles GaussDB(DWS) provides role-based user management.
Deleting an Index Perform the following steps to delete an index: Right-click an index and choose Drop Index from the shortcut menu. The Drop Index dialog box is displayed. In the confirmation dialog box, click OK. Data Studio displays the operation status in the status bar.
You can delete a user group only when the user to be deleted is the only user of the user group. The user group cannot be the root user group. -V Version information. -h, --help Help information.
CREATE TABLE tera_db.tab1 ( Tx_Zone_Num CHAR( 4 ) ,Tx_Org_Num VARCHAR( 30 ) ) DISTRIBUTE BY HASH ( Tx_Org_Num ) ; CREATE INDEX ON tera_db.tab1 ( Tx_Teller_Id ) ; END IF ; DELETE
The user can access all tables (including new tables to be created in the future) in schema s1 for daily reading, but cannot insert, modify, or delete data. Principles GaussDB(DWS) provides role-based user management.
Do not add, delete, or modify system catalogs or system views. Manual modification or damage to system catalogs or system views may cause system information inconsistency, system control exceptions, or even cluster unavailability.
VACUUM FULL) autovacuum_count Bigint Number of autovacuum operations analyze_count Bigint Number of ANALYZE operations autoanalyze_count Bigint Number of autoanalyze operations last_data_changed Timestamp with time zone Last time at which this table was updated (by INSERT/UPDATE/DELETE
PARTITION Yes ALTER TABLE ADD PARTITION Yes ALTER TABLE SET WITH OPTION Yes ALTER TABLE DROP COLUMN Yes ALTER TABLE ADD COLUMN Yes ALTER TABLE ADD NODELIST Yes ALTER TABLE CHANGE OWNER Yes ALTER TABLE RENAME COLUMN Yes ALTER TABLE TRUNCATE PARTITION Yes CREATE INDEX Yes DROP INDEX Yes DELETE
GAUSS-51631 : "Failed to delete the %s instance." SQLSTATE: None Description: Failed to delete the CN. Solution: Ensure that SSH trust is normal, that the command is correctly executed, and that the current cluster, host, and instance statuses are normal.
Delete: Click Delete to delete a cluster. Manage CN: For details, see Adding or Deleting a CN in a GaussDB(DWS) Cluster. Cluster Status Table 2 Cluster status description Status Description Available Indicates that the cluster runs properly.
You can enable and delete computing resources at any time. For example, customers that require early operation tests, proof of concept, and short-term use.
The performance of concurrent updates (UPDATE/UPSERT/DELETE) is high. The entire CU needs to be locked even if only one record in it is updated. Generally, concurrent updates (UPDATE/UPSERT/DELETE) are not supported. CU lock conflicts can be avoided.
Delete redundant data from the current database. 3. contact technical support GAUSS-50410: "Failed to check if remaining space of dns support shrink." SQLSTATE: None Description: Failed to execute the remaining disk space on the DN.
The sequence cannot be modified using the INSERT, UPDATE, or DELETE statement. Solution: Modify the SQL statement. Parent topic: GAUSS-02301 -- GAUSS-02400
Solution: Delete and create a folder or use other paths, and perform the operation again. GAUSS-04012: "location filepath is too long when importing data to foreign table" SQLSTATE: 22023 Description: The folder path of the foreign table is too long.
GAUSS-01694: "cannot delete from view '%s'" SQLSTATE: 55000 Description: Data cannot be deleted from the view. Solution: Use the ON UPDATE DO INSTEAD or INSTEAD OF UPDATE trigger rule.
Solution: Delete the duplicate partition keys from this partitioned table.