Question
3
Replies
1699
Views
Cognizant
Posted: April 23, 2018
Last activity: April 24, 2018
Closed
Solved
How is an item queued for FTSIncrementalIndexer agent
How is an item queued for the FTSIncrementalINdexer agent . I checked and found that , whenever there is a commit an item is inserted in the
pr_sys_queue_ftsindexer , just trying to figure out how is this item inserted in this table and how is this items queued for the agent.
The agent FTSIncrementalIndexer takes care of indexing Rules, Data and Work in sync. Whenever a rule, data or work instance gets inserted, updated or deleted in the DB, Pega creates an entry in the pr_sys_queue_ftsindexer table for the FTSIncrementalIndexer to consume. The agent runs every 60 seconds and processes the queue items to update the appropriate index.