The system carries out a backup action at regular intervals for the most important database information. This backup action is known as a savepoint.
It writes all changed pages held in the data cache to the data area.
Among other things, the data cache also contains the undo log files. These files are used, for example, to roll back non-committed transactions during a restart.
See also Logging in the documentation Background Knowledge.