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

backupccl: enable restore_span.target_size #89333

Merged
merged 1 commit into from Oct 4, 2022

Commits on Oct 4, 2022

  1. backupccl: enable restore_span.target_size

    This setting was previously disabled because of timeouts being
    observed when restoring our TPCCInc fixtures. The cause of those
    timeouts has been identified as
    cockroachdb#88329 making it safe
    to re-enable merging of spans during restore. This settings prevents
    restore from over-splitting and leaving the cluster with a merge hangover
    post restore.
    
    Informs: cockroachdb#86470
    
    Release note (sql change): Sets `backup.restore_span.target_size`
    to default to 384 MiB so that restore merges upto that size of spans
    when reading from the backup before actually ingesting data. This should
    reduce the number of ranges created during restore and thereby reduce
    the merging of ranges that needs to occur post restore.
    adityamaru committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    132e195 View commit details
    Browse the repository at this point in the history