Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default chunk size should be 1 instead of 1000 (PT-1423) #813

Open
wants to merge 2 commits into
base: 3.x
Choose a base branch
from

Commits on May 6, 2024

  1. Change starting chunk-size to 1

    The value of 1000 assumes that the table contains rows which can be checksummed quickly.
    
    Mostly that's true, in which case the auto-sizer will scale chunk-size up very quickly.  But if it isn't true, we need to start at the smallest possible number rather than an arbitrary number.
    XanC authored May 6, 2024
    Configuration menu
    Copy the full SHA
    d84b3de View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    ce92d12 View commit details
    Browse the repository at this point in the history