Details
-
New Feature
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
DISABLE KEYS / ENABLE KEYS only works for MyISAM/Aria. there is no equivalent for vector indexes on InnoDB, so there is no way to defer HNSW graph construction during bulk inserts
it would be nice to have something like this
ALTER TABLE t DISABLE VECTOR KEYS; |
// bulk insert\LOAD FILE |
ALTER TABLE t ENABLE VECTOR KEYS; -- batch builds the HNSW graph |
Attachments
Issue Links
- is blocked by
-
MDEV-37009 bulk insert into vector index
-
- Open
-
- relates to
-
MDEV-33411 OPTIMIZE TABLE for graph indexes
-
- Open
-