backupccl: split within chunks in sstBatcher instead of in split and scatter processor #81774
Labels
A-disaster-recovery
C-performance
Perf of queries or internals. Solution not expected to change functional behavior.
sync-me
sync-me-5
T-disaster-recovery
Currently, Restore divvies up work across the cluster in the following manner:
chunkDestination
chunkDestination
for ingestionThe second set of splits seem to cause many range merges to occur after the Restore completes, suggesting that we over split the restoring spans. To prevent these range merges, we should remove the second set of splits in the split and scatter processor, and let the SSTBatcher split the chunk as it writes SSTs, as it does for IMPORT currently.
Jira issue: CRDB-16444
The text was updated successfully, but these errors were encountered: