Previous Topic: set disable-client-binds Command—Set the DSA to Refuse Client Binds

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

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

The set disable-transaction-log-flush disables or enables transaction log flushing. Flushing the transaction log reduces performance on writes (down to ~100 updates per second). Without flushing, transaction logging performs much better (at ~10,000 updates per second). However, flushing allows you to restart the DSA after an abnormal termination or power failure, avoiding disaster recovery procedures.

This command has the following format:

set disable-transaction-log-flush = true | false;

The default is false.