You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
144536: opt: allow additional projections in vector search rule r=andy-kimball a=DrewKimball
This commit extends the `GenerateVectorSearch` exploration rule to allow additional projections beyond the distance expression. Since we already add a lookup-join against the primary index to fetch any needed columns, the change is to just pass in the original projections instead of re-constructing the distance expression.
Fixes#143694
Release note (performance improvement): The vector search optimizer rule now supports additional projections beyond the distance column, including the implicit projections added for virtual columns.
Co-authored-by: Drew Kimball <[email protected]>
0 commit comments