Commit 61efdca
committed
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.1 parent d36e5f2 commit 61efdca
1 file changed
+17
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
50 | 61 | | |
51 | 62 | | |
52 | 63 | | |
| |||
315 | 326 | | |
316 | 327 | | |
317 | 328 | | |
318 | | - | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
319 | 335 | | |
320 | 336 | | |
321 | 337 | | |
| |||
0 commit comments