Product Documentation

Database Administrator's Guide

Previous Topic

Next Topic

Enabling Transaction Commit Delay

Commit delay can be enabled using either of these server configuration keywords:

COMMIT_DELAY <milliseconds>

where <milliseconds> is the commit delay interval specified in milliseconds, or:

COMMIT_DELAY_USEC <microseconds>

where <microseconds> is the commit delay interval specified in microseconds (one millisecond is 1000 microseconds).

If both forms of the commit delay keyword are used, then the last entry in the configuration file prevails.

TOCIndex