Millisekunden-Variante zu
FTUPDATE_IDLE_TIME. Erlaubt feinere Steuerung der Pause des FT-Threads, wenn der separate FT-Thread aktiv ist.Steckbrief
Parameter | FTUPDATE_IDLE_TIME_MS |
Syntax | FTUPDATE_IDLE_TIME_MS=<Millisekunden> |
Werte | Ganzzahl in Millisekunden (z. B. 200, 500, 1000) |
Voraussetzung | UPDATE_FULLTEXT_THREAD=1 |
Kategorie | Performance / Memory (Updater-Tuning) |
GUI-Entsprechung | Keine (nur notes.ini) |
Verwandt | FTUPDATE_IDLE_TIME, UPDATE_IDLE_TIME, UPDATE_IDLE_TIME_MS, UPDATE_FULLTEXT_THREAD, UPDATE_DISABLE_FULLTEXT |
Verfügbar seit | Domino 7 |
Beschreibung
FTUPDATE_IDLE_TIMEarbeitet in ganzen Sekunden — auf großen, schnellen Servern reicht diese Auflösung oft nicht aus.
FTUPDATE_IDLE_TIME_MSsetzt dieselbe Pause stattdessen in Millisekunden.
- Wenn beide Parameter gesetzt sind, hat
FTUPDATE_IDLE_TIME_MSVorrang vorFTUPDATE_IDLE_TIME.
- Wirkt nur, wenn
UPDATE_FULLTEXT_THREAD=1gesetzt ist (separater FT-Thread). Ohne separaten FT-Thread wird der Wert ignoriert.
- Pendant für View-Updates:
UPDATE_IDLE_TIME_MS.
Beispiel
UPDATE_FULLTEXT_THREAD=1 UPDATE_IDLE_TIME_MS=500 FTUPDATE_IDLE_TIME_MS=1000
- View-Thread mit 500 ms Pause, FT-Thread mit 1000 ms Pause zwischen den Index-Operationen.
- Ergebnis: schnelle View-Pflege, ressourcenschonendere FT-Pflege.
Hinweise
- Greift erst nach Server-Restart bzw. Neustart des Update-Tasks.
- Werte unter 100 ms erhöhen CPU- und Disk-Last drastisch.
- Empfehlung: erst mit
FTUPDATE_IDLE_TIME=2testen, dann ggf. mitFTUPDATE_IDLE_TIME_MSfeinjustieren.
- Wirkt nicht auf den
Updall-Task.
Quellen (HCL Product Documentation)
- HCL Domino 14.5.1 — Indexer tasks: Update and Updall: help.hcl-software.com/domino/14.5.1/admin/admn_indexertasksupdateandupdall_r.html
- HCL Domino 11.0.1 — Indexer tasks: Update and Updall: help.hcl-software.com/domino/11.0.1/admin/admn_indexertasksupdateandupdall_r.html
- HCL Domino 9.0.1 — Indexer tasks: Update and Updall: help.hcl-software.com/domino/9.0.1/admin/admn_indexertasksupdateandupdall_r.html