cockroachdb / cockroachdb/cockroach
Support IMPORT into tables with VECTOR indexes
Open
A-vector-index
C-enhancement
docs-known-limitation
T-sql-queries
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
VECTOR indexes are a bit more complicated than normal forward / reverse indexes because the keys generated for a VECTOR index depend on the global state of the index. For this reason, IMPORT into vector indexes is disabled in 25.2. This issue tracks enabling IMPORT.
Jira issue: CRDB-49800
Contributor guide
Assessment
This issue has not been assessed yet.