Full-text indexing operations occurring on the Domino server can cause performance degradation. By default, the full-text indexing function is performed by the update threads that are responsible for updating views. This can quickly translate into a bottleneck for update processing on the Domino server.Setting the Update_Fulltext_Thread parameter to 1 allows use of a separate thread to do full text indexing so that long full text indexes don't delay view updates. By default, view updates and full text index updates are driven by the same thread. View updating will still work in "updall." Additionally, to decrease latency between full-text indexing operations, set the FTUPDATE_IDLE_TIME parameter to a value less than 5 (which is the default behavior)Recommendation:Set UPDATE_FULLTEXT_THREAD=1 and FTUPDATE_IDLE_TIME < 5 in your configuration to improve server performanceRelated Settings:FTUPDATE_IDLE_TIME, FTUPDATE_IDLE_TIME_MS, UPDATE_DISABLE_FULLTEXT