Pagers (data writers) write the data from the data cache to the data volumes at each savepoint. To avoid peaks in I/O load at the savepoints, the pagers are also active between the savepoints if a large number of pages have been changed in the cache.
Pagers are tasks in the user kernel thread.
See also:
Concepts of the Database System, Overview of Tasks