Round targetPartitionSizeInBytes to a multiple of minTargetPartitionSizeInBytes #17834
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
With growth factor 1.2:
sequence: 512MB, 614.4MB, 737.28MB, 884.736MB, 1061.6832MB
Previous: 512MB, 1024MB, 1536MB, 2048MB, 2560MB
With the change: 512MB, 512MB, 512MB, 1024MB, 1024MB
With some adjustments, sf1000 stays mostly unchanged, sf100 improved wall time around 3.6%
Additional context and related issues
4561f0c
Release notes
(x) This is not user-visible or docs only and no release notes are required.
( ) Release notes are required, please propose a release note for me.
( ) Release notes are required, with the following suggested text: