Done
Details
Assignee
Rahul MalikRahul Malik(Deactivated)Reporter
Rahul MalikRahul Malik(Deactivated)Labels
Reviewer
Satya BodapatiSatya BodapatiTime tracking
7w 2d 1h 30m loggedFix versions
Affects versions
Priority
Medium
Details
Details
Assignee
Rahul Malik
Rahul Malik(Deactivated)Reporter
Rahul Malik
Rahul Malik(Deactivated)Labels
Reviewer
Satya Bodapati
Satya BodapatiTime tracking
7w 2d 1h 30m logged
Fix versions
Affects versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created March 4, 2021 at 9:41 AM
Updated March 6, 2024 at 6:44 PM
Resolved December 1, 2021 at 5:38 AM
*Draft*
Upstream has implemented the page tracking component through
WL#11082 InnoDB: Persistent page tracking: Service Interface.
some details about it in blogpost https://mysqlserverteam.com/innodb-clone-and-page-tracking/
Incremental backup can use this feature to efficiently find out the modified pages after
last full backup.
Implement a new option in xtrabackup --page-tracking
If enabled Xtrabackup will install mysqlbackup component and and set page tracking request to the running server during the first full backup.
During increment, PXB generates a map of all modified page after last backup using the page tracking component. this map would be used to copy only the modified pages after the last backup.