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
143866: cspann: make vector delete work during incremental splits r=drewkimball a=andy-kimball
The new split code performs splits of vector index K-means trees using an incremental series of non-transactional steps. This commit ensures that any deletes from the vector index work as expected during all of these steps. In particular, in the DrainingForSplit phase, a partition does not allow vectors to be deleted. Instead, the vector needs to be deleted from one of the target partitions of the split (i.e. the two partitions between which the vectors are divided).
Epic: CRDB-42943
Release note: None
Co-authored-by: Andrew Kimball <[email protected]>
0 commit comments