Detailed information for the notes.ini Keyword:
TransLog_Performance
Short Description: Specifies the trade-off between transactional log runtime and restart recovery time
Description:
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 and
writes fewer changes to the transaction log. Fewer writes to disk improves the
server runtime.
2 = Standard (default).
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.
Note:
Translog_* parameters are overwritten by the values from the server
document, so they should not be changed directly in the notes.ini.
Default value:
2
Syntax:
TransLog_Performance=1/2/3
TransLog_Performance=1/2/3
Example:
TransLog_Performance=1
TransLog_Performance=1
UI equivalent:
"Runtime/Restart performance" field in the Transactional Logging tab of the Server document
Applies to:"Runtime/Restart performance" field in the Transactional Logging tab of the Server document
Servers
Valid for version:
5.0.0
5.0.0
Documented in:
Domino 7 Performance Tuning Redbook
Domino 7 Performance Tuning Redbook
Entry created by:
IBM Documentation
IBM Documentation



