Skip to content

sql: support vector index creation #137370

Description

@DrewKimball

This issue tracks adding support for vector index creation. We should support the following syntax:

CREATE VECTOR INDEX ...;
CREATE TABLE foo (..., VECTOR INDEX ...);
CREATE INDEX ... USING CSPANN;

support for this feature should include parsing, validating, and creating the index descriptor. We may also need to set up workers to maintain the index in the background.

Jira issue: CRDB-45998

Epic CRDB-49712

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-vector-indexC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-queriesSQL Queries Team

    Type

    No type

    Projects

    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions