|
|
Explanation:
Specifies the trade-off between transactional log runtime and restart
recovery time, as follows:
- 1 - Favor runtime. The system stores more database changes in memory writes
fewer changes to the transaction log. Fewer writes to
disk improves server runtime.
- 2 - Standard
- 3 - Favor restart recovery time. The system stores fewer database changes
in memory and writes more changes to the transaction log.
More writes to the transaction log improves restart recovery time.
Applies to:
Servers
Default Value:
2
UI equivalent:
"Runtime/Restart performance" field in the Transactional Logging tab of the
Server document.
Syntax:
TransLog_Performance = value
Available since:
Lotus Notes/Domino x.x.x
|