Database Error Messages

DIA-52322

CREATE VECTOR INDEX owner_name.index_name failed on node string. DISTRIBUTE BY SUBPARTITION requires a subpartitioned table.
  • owner_name: The owner of the index.
  • index_name: The index name.
  • inst_id : Instance ID on which the failure was observed.

Cause

Distribution by subpartition is being specified for a table that is not subpartitioned.


Action

Use DISTRIBUTE BY PARTITION OR AUTO instead.