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
Previously, if the search for a vector to delete fails, the index
would fetch a second batch of partitions to search. However, if a
vector cannot be found in the first batch, it's very unlikely to be
found at all, so better to abort at that point. This is important
for the case when a split or merge is in progress and the vector is
found in a draining partition and skipped. It's a waste to keep
searching in that case.
Epic: CRDB-42943
Release note: None
0 commit comments