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.
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |