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
sql: add execution support for vector search with multiple prefix keys
This commit changes the vector-search operator to propagate a constraint
set rather than a single list of values to be used in constraining index
prefix columns. Execution has been modified as well to handle multiple
prefixes. This change will allow the vector-search optimizer rule to
handle cases where prefix columns can take on multiple possible values.
Note that modifying the vector search rule to take advantage of this
change is left for a following commit.
Epic: CRDB-42943
Release note: None
0 commit comments