COOPERATIVE_COMMIT_TIMEOUT Option

Governs when a COMMIT entry in the transaction log is written to disk.

Allowed Values

Integer, in milliseconds

Default

250

Scope

Can be set for an individual connection or the PUBLIC group. Takes effect immediately.

Description

This option only has meaning when COOPERATIVE_COMMITS is set to ON. The database server waits for the specified number of milliseconds for other connections to fill a page of the log before writing to disk. The default setting is 250 milliseconds.

Related reference
COOPERATIVE_COMMITS Option