Pause (in seconds) between two full-text index operations of the separate FT thread. Only takes effect together with
UPDATE_FULLTEXT_THREAD=1. Default 5.Profile
Parameter | FTUPDATE_IDLE_TIME |
Syntax | FTUPDATE_IDLE_TIME=<seconds> |
Default | 5 (seconds of pause between FT index operations) |
Values | Integer in seconds |
Prerequisite | UPDATE_FULLTEXT_THREAD=1 |
Category | Performance / Memory (Updater tuning) |
GUI equivalent | None (notes.ini only) |
Related | UPDATE_IDLE_TIME, UPDATE_IDLE_TIME_MS, FTUPDATE_IDLE_TIME_MS, UPDATE_FULLTEXT_THREAD, UPDATE_DISABLE_FULLTEXT |
Available since | Domino 6 |
Description
- When
UPDATE_FULLTEXT_THREAD=1is active, full-text index maintenance runs in its own Updater thread.
- For this FT thread,
FTUPDATE_IDLE_TIMEdefines the pause between two FT index operations — completely independently of the view thread, which is controlled viaUPDATE_IDLE_TIME.
- Default is
5seconds, identical to the default ofUPDATE_IDLE_TIME.
- Lower values (e.g.
2–3) speed up FT index maintenance at the cost of additional CPU/disk load.
- For finer resolution,
FTUPDATE_IDLE_TIME_MS(in milliseconds) is also available.
Example
UPDATE_FULLTEXT_THREAD=1 UPDATE_IDLE_TIME=2 FTUPDATE_IDLE_TIME=5
- View thread tuned more aggressively (2 s pause), FT thread at default behavior (5 s pause).
- Useful when FT updates would otherwise put too much load on the machine.
Notes
- Only takes effect when
UPDATE_FULLTEXT_THREAD=1is set; without a separate FT thread, the value is ignored.
- Takes effect only after a server restart or restart of the Update task.
- Before lowering the value, check:
- CPU and disk utilization,
- length of the FT update queue (console:
show stat update), - whether
UPDATE_DISABLE_FULLTEXT=1(FT updates handled entirely via program documents) would be more efficient.
- Has no effect on the
Updalltask.
Sources (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