Parameter:
Update_Suppression_TimeKurzbeschreibung: Verweilzeit von Requests in der deferred-Queue des Update-Tasks. Default 15 Minuten.
Steckbrief
Parameter | Update_Suppression_Time |
Kategorie | Performance / Memory (Indexer) |
Verfügbar seit | Mindestens 11.0.1 (HCL-Dokumentation) |
GUI-Entsprechung | Laut HCL keine direkte GUI-Option. Setzbar im Konfigurations-Dokument auf dem Reiter NOTES.INI Settings. |
Mögliche Werte | Positive Zahl = Minuten · Negative Zahl = Sekunden |
Default | 15 (= 15 Minuten) |
Beschreibung
Laut HCL-Produktdokumentation:
Specifies the length of time that deferred update requests are held in queue.
The Update Task (indexer) maintains two work queues - an immediate queue and a deferred queue. Deferred update requests are held for 15 minutes before they are processed so that requests to update the same database in that time are ignored as duplicate requests. Updater queues can grow if the server has a high update rate because of heavy database use. Use this variable to specify the length of time that deferred update requests are held in queue.
n -- length of time in queue in minutes
-n -- (negative value) length of time in queue in seconds
(Der Zusatz über wachsende Updater-Queues bei hoher Schreiblast stammt aus der HCL-Doku für 14.5.1.)
Kurz: Domino sammelt mehrere Update-Anfragen für dieselbe Datenbank während dieser Zeitspanne und verarbeitet sie als eine — das spart Re-Indexier-Aufwand auf Servern mit vielen schnell aufeinander folgenden Schreibzugriffen.
Beispiel-Konfiguration
Update_Suppression_Time=30
Mit
Update_Suppression_Time=30 werden Update-Requests 30 Minuten zurückgehalten. Für Sekundenwerte negative Zahl verwenden, z. B. Update_Suppression_Time=-90 für 90 Sekunden.Hinweise & Stolperfallen
- Längere Verweilzeiten reduzieren CPU-Last des Indexers, verzögern aber Sichtbarkeit von Index-Änderungen.
- Verwandt:
Update_Suppression_Limit(Queue-Größe),Update_No_Fulltext(FT-Indexierung an/aus).
- Eine direkte GUI-Entsprechung gibt es laut HCL nicht.
Quellen (HCL Product Documentation)
- HCL Domino 14.5.1 – Update_Suppression_Time: help.hcl-software.com/domino/14.5.1/admin/conf_update_suppression_time_r.html
- HCL Domino 11.0.1 – Update_Suppression_Time: help.hcl-software.com/domino/11.0.1/admin/conf_update_suppression_time_r.html