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

(trunk) PXB-3427 : Parallelize incremental delta apply in incremental backup #1644

Open
wants to merge 3 commits into
base: trunk
Choose a base branch
from

Conversation

satya-bodapati
Copy link
Contributor

No description provided.

…prepare

Problem:
--------
xtrabackup on incremental backups, create .delta file for every IBD file
found.

On incremental prepare phase, the pages from .delta are applied to the
actual tablespace. The .delta files are processed serially

Fix:
----
1. Apply .delta files paralelly with the number of threads from
   --parallel option
2. At the end of apply, there is space extension (increasing the ibd
   size according the size recorded in header), this is also executed
   parallely now with the --parallel number of threads.
@satya-bodapati satya-bodapati self-assigned this Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant