Details
-
Task
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
currently when a vector index is created it uses MIN_ROWS table attribute to tune the index.
If the user hasn't specified MIN_ROWS, a hard-coded default is used.
But in ALTER TABLE and, perhaps, in INSERT ... SELECT and LOAD DATA the server has more information to estimate MIN_ROWS. Let's try to use that.
Attachments
Issue Links
- relates to
-
MDEV-32887 vector search
- Stalled