Previous Topic: set disable-client-binds Command—Set the DSA to Refuse Client BindsNext Topic: set disable-transaction-log-flush—Disable or Enable Transaction Log Flushing


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.