数据仓库服务 GAUSSDB(DWS)-步骤6:调优表性能评估:清除资源

时间:2024-09-24 16:54:34

清除资源

在完成本次实践之后,应删除集群。

如果需要保留集群,删除SS表,请执行以下命令。

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
DROP TABLE store_sales;
DROP TABLE date_dim;
DROP TABLE store;
DROP TABLE item;
DROP TABLE time_dim;
DROP TABLE promotion;
DROP TABLE customer_demographics;
DROP TABLE customer_address;
DROP TABLE household_demographics;
DROP TABLE customer;
DROP TABLE income_band;
support.huaweicloud.com/bestpractice-dws/dws_05_0016.html