Parameter:
FT_Domain_IdxthdsKurzbeschreibung: Anzahl der Indexing-Threads für Domain Search. Default: 2 Threads pro CPU. HCL-Empfehlung: maximal 8 Threads pro Server.
Steckbrief
Parameter | FT_Domain_Idxthds |
Kategorie | Performance / Memory (Domain-Indexer-Tuning) |
Verfügbar seit | Mindestens 9.0.1 (HCL-Dokumentation) |
GUI-Entsprechung | Nur notes.ini (keine GUI) |
Mögliche Werte | Ganzzahl 1–8 (HCL-Empfehlung) |
Default | 2 Threads pro CPU (z. B. 4 bei 2 CPUs) |
Beschreibung
Laut HCL-Produktdokumentation:
By default, the indexing server uses two indexing threads per CPU, so a server with two CPUs uses four indexing threads when indexing. By adding the variableFT_Domain_Idxthds=nto the NOTES.INI file of the indexing server, you can control the total number of threads used for indexing on that server. For example, by addingFT_Domain_Idxthds=8to the NOTES.INI file of an indexing server with two CPUs, you change the number of indexing threads to eight.
Note: Do not exceed eight threads per server or you may degrade the performance of the server, even on servers with more than four CPUs.
Mit
FT_Domain_Idxthds regelt der Administrator die Gesamtzahl der Indexing-Threads des Domain-Indexers. Jeder Thread indiziert ein Repository (Datenbank/Dateisystem) gleichzeitig. Mehr Threads → schnellere Indizierung, aber langsamere Such-Antworten und höhere CPU-Last; weniger Threads → langsamere Index-Aktualisierung, aber schnellere Suchen.Wichtig: HCL warnt explizit, 8 Threads pro Server nicht zu überschreiten — selbst auf Servern mit mehr als 4 CPUs.
Beispiel-Konfiguration
FT_Domain_Idxthds=8
Hinweise & Stolperfallen
- Nur für Indexing-Server (Server, der den Domain-Indexer-Task ausführt).
- Maximum laut HCL: 8 — darüber drohen Performance-Einbußen statt -Gewinne.
- Änderung erfordert Neustart des Indexer-Tasks oder des Servers.
- Komplementär zur Indexer-Frequenz (Default 60 Minuten), die über den Domain-Catalog konfiguriert wird.
Quellen (HCL Product Documentation)
- HCL Domino 14.5.1 – Tuning Domain Indexer performance: help.hcl-software.com/domino/14.5.1/admin/tune_tuningdomainindexerperformance_t.html
- HCL Domino 11.0.1 – Tuning Domain Indexer performance: help.hcl-software.com/domino/11.0.1/admin/tune_tuningdomainindexerperformance_t.html
- HCL Domino 9.0.1 – Tuning Domain Indexer performance: help.hcl-software.com/domino/9.0.1/admin/admin/tune_tuningdomainindexerperformance_t.html