Product Documentation

Database Administrator's Guide

Previous Topic

Next Topic

Increasing the Interval Between Checkpoints

Two configurations interact in determining the minimum checkpoint interval.

  1. Because the server enforces a minimum of three checkpoints per transaction log, increase the size of the transaction logs using the LOG_SPACE keyword. Set LOG_SPACE to 12 times the desired checkpoint interval to accommodate three checkpoints per log for four active transaction logs.
  2. Set the CHECKPOINT_INTERVAL setting to the desired checkpoint interval.

For example, to set the checkpoint interval to 20 Mb, use a combination of these configuration options:

LOG_SPACE 240

CHECKPOINT_INTERVAL 20000000

TOCIndex