Using delayed_commit to determine when log records are committed  Setting the recovery interval

Chapter 11: Developing a Backup and Recovery Plan

Synchronizing a database and its log: checkpoints

A checkpoint writes all dirty pages—pages that have been modified in memory, but not on disk, since the last checkpoint—to the database device. The Adaptive Server automatic checkpoint mechanism guarantees that data pages changed by completed transactions are regularly written from the memory cache to the database device. Synchronizing the database and its transaction log shortens the time it takes to recover the database after a system crash.





Copyright © 2005. Sybase Inc. All rights reserved. Setting the recovery interval

View this book as PDF