|
Duplicate values in a UNIQUE index
|
duplicate key value violates unique constraint
|
Resolve the duplicate data, then recreate the index.
|
|
Server-side backfill timeout
|
Backfilling indexes ... kFailed
|
Investigate batch size, RPC timeout, tablet parallelism, and cluster load.
|
|
Client-side backfill timeout
|
BackfillIndex RPC ... timed out
|
Check total backfill duration, master leadership, and actual backfill progress.
|
|
Catalog-version stall
|
timed out waiting for postgres backends to catch up
|
Identify the backend preventing catalog-version advancement.
|
|
Partitioned parent index
|
relkind = 'I' and child indexes are not all attached
|
Create and attach the remaining child indexes.
|
|
PITR during index backfill
|
Index is invalid after restoring to a point during its creation
|
Drop and recreate the partly backfilled index.
|