Start/notes.ini Parameters/Update_Suppression_Time

Update_Suppression_Time

🛠️
Parameter: Update_Suppression_Time
Short description: Time window (in minutes) during which view updates for a database are suppressed once the Update_Suppression_Limit threshold has been reached.

Profile

Parameter
Update_Suppression_Time
Category
Performance / Memory
Component
Server
Available since
9.0
Supported versions
9.0.1, 10.0, 11.0, 12.0, 14.0, 14.5, 14.5.1
GUI equivalent
notes.ini only (no GUI)
Possible values
Minutes as integer, e.g. 15

Description

Together with Update_Suppression_Limit, this parameter forms the throttling for the Update task: if a database reaches the limit within Update_Suppression_Time minutes, further update requests for that DB are ignored for the duration of this window. Only after the time window expires does normal indexing resume. The goal is to keep the server operational during “index stampedes” caused by faulty or hyperactive applications.

Example configuration

Update_Suppression_Limit=100 Update_Suppression_Time=15

Notes & pitfalls

  • Only effective in combination with Update_Suppression_Limit.
  • During the suppression window, views of the affected DB are not current – users notice the delay.
  • Takes effect after a server restart.
  • Regularly check log messages “Update suppressed”.