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
backfill: add a separate control for number of vectors merged per batch
Add the 'bulkio.index_backfill.vector_merge_batch_size', which controls
the number of rows to merge into vector indexes per transaction while
the index is being created. This is analogous to the
'bulkio.index_backfill.merge_batch_size' setting, but it only applies
when the target index is a vector index. By default, 3 vectors will be
merged per transaction to reduce contention with fixup tasks.
Fixes: #155283
Release note (sql change): Added the
bulkio.index_backfill.vector_merge_batch_size cluster setting to control
how many vectors to merge into a vector index per transaction during
create operations. By default, this defaults to 3.
0 commit comments