Disables automatic full-text index maintenance by the Update task. The FT indexes are then only refreshed via scheduled
Updall runs.Profile
Parameter | UPDATE_DISABLE_FULLTEXT |
Syntax | UPDATE_DISABLE_FULLTEXT=1 |
Values | 0 (default, FT updates by the Updater) / 1 (disabled) |
Effect | Update task no longer refreshes any full-text indexes; FT updates only via Updall programdocs |
Category | Performance / Memory (Updater tuning) |
GUI equivalent | none ( notes.ini only) |
Related | UPDATE_DISABLE_VIEWS, UPDATE_FULLTEXT_THREAD, FTUPDATE_IDLE_TIME, Updaters |
Available since | Domino 8.5 |
Description
- By default, the Update task refreshes not only view indexes but also full-text indexes with
ImmediateorHourlyfrequency.
- With many databases that have a full-text index, or with a few very large DBs with high update volume, the Updater queues can grow significantly.
UPDATE_DISABLE_FULLTEXT=1switches off FT maintenance by the Updater entirely. Instead, FT maintenance is scheduled via additional programdocs runningUpdall(e.g. every 30 minutes or once per hour).
- View indexes are not affected — there is
UPDATE_DISABLE_VIEWSfor that.
Example
UPDATE_DISABLE_FULLTEXT=1
- The Updater only maintains view indexes.
- Complementary programdoc:
Updalle.g. every 30 minutes for the few databases that really need up-to-date FT indexes.
Notes
- Takes effect only after a server restart or restart of the Update task.
- Does not act retroactively on FT index builds already in progress.
- Recommended companion measures:
- set up a programdoc for
Updall(e.g. every 30 minutes), - delete unneeded full-text indexes entirely,
- additionally
UPDATE_DISABLE_VIEWS=1if view updates also cause problems.
- Not needed on servers with normal load — the default configuration is more efficient there.
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