Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(resharding): setup a conservative default for resharding throttl…
…ing (#10143) Setup the throttle config to batch size = 500KB and batch delay = 100ms. I tested the performance on a more ambitious configuration with batch size = 1MB and batch delay = 50ms. The nodes performed well and the resharding took ~30min. The default I'm proposing shouldn't make the resharding slower by more than 4x compared to that benchmark so the total resharding time shouldn't exceed 2 hours.
- Loading branch information