How Percona XtraBackup Works - 0 views
-
Percona XtraBackup is based on InnoDB‘s crash-recovery functionality.
-
it performs crash recovery on the files to make them a consistent, usable database again
-
InnoDB maintains a redo log, also called the transaction log. This contains a record of every change to InnoDB data.
- ...14 more annotations...