Incremental SST
Bug #1182094 reported by
Raghavendra D Prabhu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
MySQL patches by Codership | Status tracked in 5.6 | |||||
5.5 |
New
|
Undecided
|
Unassigned | |||
5.6 |
New
|
Undecided
|
Unassigned | |||
Percona XtraDB Cluster moved to https://jira.percona.com/projects/PXC | Status tracked in 5.6 | |||||
5.5 |
Confirmed
|
Wishlist
|
Raghavendra D Prabhu | |||
5.6 |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
A full SST is hard on the systems everytime there is an issue or
when needed.
On the other hand, if every node has a base backup (present when
the node was initialized), it can use (and should be able to) the
LSN of the base backup and fetch only the pages after that. This
should help even more now that XtraDB/Xtrabackup support changed
pages tracking for faster incremental backups.
Related branches
Changed in codership-mysql: | |
milestone: | none → 5.5.31-23.7.5 |
Changed in codership-mysql: | |
milestone: | 5.5.31-23.7.5 → 5.5.32-23.7.6 |
Changed in percona-xtradb-cluster: | |
status: | Triaged → Fix Committed |
Changed in codership-mysql: | |
milestone: | 5.5.33-23.7.6 → 5.5.34-24.9 |
Changed in percona-xtradb-cluster: | |
status: | Fix Committed → Fix Released |
Changed in codership-mysql: | |
milestone: | 5.5.34-25.9 → 5.5.34-25.10 |
Changed in codership-mysql: | |
milestone: | 5.5.37-25.10 → none |
To post a comment you must log in.
Note, that this requires that innobackupex on donor be aware of
the LSN of the joiner. So, the script needs to listen on donor
as well (for a short while) to get the LSN from joiner.