Previous Topic: set disable-transaction-log-flush—Disable or Enable Transaction Log Flushing

Next Topic: set dsa Command—Define the Knowledge Settings of a DSA

set disable-transaction-log—Disable or Enable the Transaction Log

The set disable-transaction-log disables or enables the transaction log. Disabling the log provides faster performance on writes, but also prevents recovery (unless recovery is provided by replication).

This command has the following format:

set disable-transaction-log = true | false;

The default is false.