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

Conversation

jarifibrahim
Copy link
Contributor

@jarifibrahim jarifibrahim commented Feb 16, 2021

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.

Fixes - DGRAPH-3039


This change is Reviewable

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.
@jarifibrahim jarifibrahim merged commit 5affebf into master Feb 18, 2021
@jarifibrahim jarifibrahim deleted the ibrahim/backup-sinceTs-fix branch February 18, 2021 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants