Detaillierte Infos für das notes.ini Keywort:
TransLog_Performance
Kurzbeschreibung: Specifies the trade-off between transactional log runtime and restart recovery time
Beschreibung:
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.
Vorgabewert:
2
Syntax:
TransLog_Performance=1/2/3
TransLog_Performance=1/2/3
Beispiel:
TransLog_Performance=1
TransLog_Performance=1
UI equivalent:
"Runtime/Restart performance" field in the Transactional Logging tab of the Server document
Gilt für:"Runtime/Restart performance" field in the Transactional Logging tab of the Server document
Servers
Verfügbar in Version:
5.0.0
5.0.0
Dokumentiert in:
Domino 7 Performance Tuning Redbook
Domino 7 Performance Tuning Redbook
Eintrag erstellt von:
IBM Documentation
IBM Documentation



