This document discusses tracking page changes in a database to enable faster and more frequent incremental backups. It presents performance results showing that incremental backups using changed page tracking are faster than full scans. It describes how the changed page tracking works in Percona Server and XtraBackup, including the new INFORMATION_SCHEMA.INNODB_CHANGED_PAGES table. Server overhead is minimal. The implementation writes bitmaps for changed pages after each log checkpoint. This allows avoiding reading unchanged pages during backups.