Skip to content

Implement online CREATE VECTOR INDEX #144443

Description

@mw5h

Currently, CREATE VECTOR INDEX disables mutations that would modify the vector index (e.g. INSERT, DELETE & UPDATE statements on the vector column) until backfill is complete. In order to allow online creation of vector indices, we need to either implement merge from the temporary index for backfill or enable writes to go directly to the vector index as it is backfilled.

Jira issue: CRDB-49379

Metadata

Metadata

Assignees

Type

No type

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions