To Set the Keypoint Interval

Keypoint operations compress the transaction log file. The keypoint interval is the number of transactions between keypoint operations on the log. Keypoint operations can reduce the size of the transaction log files. A larger number of keypoint intervals (for example, 2048) results in larger transaction log files, but fewer keypoint operations, and potentially better performance. A smaller keypoint interval (for example, 256) results in smaller log files but slightly reduced performance due to the greater frequency of keypoint operations.

  1. In the navigation tree, expand the Configuration node.
  2. Select the Transaction Service node.

    The Transaction Service page opens.

  3. In the Keypoint Interval field, type the number of transactions between keypoint operations.

    The default value is 2048.

  4. Click Save.
  5. Restart the Enterprise Server.
See Also