Updated on 2023-12-22 GMT+08:00

GAUSS-00921 -- GAUSS-00930

GAUSS-00921: "split point is too low"

SQLSTATE: 0A000

Description: The value of the split point for SPLIT PARTITION is smaller than the border value of the previous partition.

Solution: Ensure that the split point for SPLIT PARTITION is correct.

GAUSS-00922: "split point is too high"

SQLSTATE: 0A000

Description: The value of the split point for SPLIT PARTITION is greater than the border value of the next partition.

Solution: Ensure that the split point for SPLIT PARTITION is correct.

GAUSS-00923: "resulting partition '%s' name conflicts with that of an existing partition"

SQLSTATE: 42710

Description: The partition names used in SPLIT PARTITION conflict with the existing partition names. Therefore, the operation cannot be performed.

Solution: Modify the partition names used in SPLIT PARTITION.

GAUSS-00924: "number of boundary items NOT EQUAL to number of partition keys"

SQLSTATE: 42601

Description: The number of specified boundary items is inconsistent with that of partition keys.

Solution: Ensure that the split point for SPLIT PARTITION is correct.

GAUSS-00925: "cache lookup failed for toast table: %u"

SQLSTATE: XX000

Description: The required toast table is not found.

Solution: The system catalog is abnormal. Contact technical support.

GAUSS-00926: "cache lookup failed for cuDesc table: %u"

SQLSTATE: XX000

Description: The required cuDesc table is not found.

Solution: The system catalog is abnormal. Contact technical support.

GAUSS-00927: "cache lookup failed for delta table: %u"

SQLSTATE: XX000

Description: The required delta table is not found.

Solution: The system catalog is abnormal. Contact technical support.

GAUSS-00928: "cache lookup failed for partitioned table with oid %u"

SQLSTATE: 42704

Description: Internal system error.

Solution: Contact technical support.

GAUSS-00929: "inserted partition key does not map to any partition"

SQLSTATE: 42P17

Description: The value to be inserted is mapped to a partition in the range partitioned table. However, the partition has not been created.

Solution: Create the corresponding partition before inserting the data.