Help Center/
Database and Application Migration UGO/
User Guide/
Syntax Conversion/
Conversion Error Codes/
Common Conversion Error Codes/
U0000007: GaussDB Distributed does not support subpartitions
Updated on 2025-06-07 GMT+08:00
U0000007: GaussDB Distributed does not support subpartitions
Description
Database Type and Version
- Source database type and version: all types of the source database with subpartitioned tables
- Target database type and version: GaussDB Distributed
Syntax Example
This error is reported because UGO does not convert subpartitions by default. The following example is not supported in GaussDB Distributed:
CREATE TABLE subpartition_test ( id INT, purchased DATE ) PARTITION BY RANGE( purchased ) SUBPARTITION BY HASH( purchased ) ( PARTITION p0 VALUES LESS THAN ('1990-01-01') ( SUBPARTITION p0_a, SUBPARTITION p0_b ), PARTITION p1 VALUES LESS THAN ('2000-01-01') ( SUBPARTITION p1_a, SUBPARTITION p1_b ) );
Suggestion
Modify Support for sub partition.
Parent topic: Common Conversion Error Codes
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