Details
-
New Feature
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
Description
Syntax like
... VECTOR INDEX (column) ... |
should be supported in CREATE TABLE, ALTER TABLE, CREATE INDEX.
Note:
First implementation will default to Euclidean distance and HNSW. In the future we can add distance functions / indexing method as part of the:
USING {Euclidean|Cosine Similarity|etc}
|
ALGORITHM = {HNSW|IVFFLAT|DiskAnn|etc.}
|
subclause.
Attachments
Issue Links
- blocks
-
MDEV-33414 benchmark vector indexes
- Closed
- is part of
-
MDEV-34939 vector search in 11.7
- Closed
- relates to
-
MDEV-32887 k-ANN indexes for vectors
- In Progress