Help Center/
GaussDB/
Feature Guide(Centralized_3.x)/
Partitioned Table/
Partitioned Table O&M Management/
TRUNCATE PARTITION/
Clearing Partitions from a Partitioned Table
Updated on 2024-05-20 GMT+08:00
Clearing Partitions from a Partitioned Table
You can run ALTER TABLE TRUNCATE PARTITION to clear any partition in a specified partitioned table.
For example, truncate the partition date_202005 in the range partitioned table range_sales by specifying the partition name and update the global index.
ALTER TABLE range_sales TRUNCATE PARTITION date_202005 UPDATE GLOBAL INDEX;
Alternatively, truncate the partition corresponding to the partition value '2020-05-08' in the range partitioned table range_sales. Global indexes become invalid after this command is executed because the UPDATE GLOBAL INDEX clause is not used.
ALTER TABLE range_sales TRUNCATE PARTITION FOR ('2020-05-08');
Parent topic: TRUNCATE PARTITION
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot