Subject | RE: [firebird-support] NBackup Levels |
---|---|
Author | Leyne, Sean |
Post date | 2014-05-08T16:28:46Z |
> But as far as I understand, the database has to track which page changesCorrect, but that information is actually stored as a "version number" in the header of each data page. When page data changes the "version number" is changed.
> since which backup.
The nbackup database structure only stores the "version number" for the backup level.
NBackup physically reads each page header to determine if the page "version" has changed since the last backup.
No list of the pages that have changed is stored within the database.
Sean