commitdurable

Syntax

commitdurable

Description

Commits the current transaction durably and ensures that the committed work is recovered in case of database failure. The current transaction (and every previously committed transaction) is saved to the disk and is guaranteed to be recovered when it is required.

For examples, see Manage Transactions.