Database Error Messages

DIA-52327

DISTRIBUTE is not supported for IVF vector index.

Cause

The DISTRIBUTE clause is being specified for an IVF vector index, but IVF indexes do not support distribution.


Action

Remove the DISTRIBUTE clause or use a different index type that supports distribution, such as INMEMORY NEIGHBOR GRAPH.