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

fix(backup): Fix perf issues with full backups #7434

Merged
merged 1 commit into from
Feb 18, 2021

Commits on Feb 16, 2021

  1. fix(backup): Fix perf issues with full backups

    The recent change #7392 improved
    the incremental backups but degraded the performance of full backups.
    This PR fixes that.
    
    With this PR, we use the thread local iterator only for the incremental
    backups. Using the thread local iterator for full backups causes a 10x
    slowdown in performance.
    Ibrahim Jarif committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    636da54 View commit details
    Browse the repository at this point in the history