By default, Insight will load job data and execution in a single thread. However, if you have high volume of transactions feeding into Insight, your scheduler may become backlogged attempting to process this data. This will impact routine Insight processing, as the scheduler will process scheduled and ad-hoc requests delayed.
Multi-threading is controlled by the MULTI_THREAD_RESULT_CONTROLDATA_LOADING
property within the II.properties
configuration file. Switch the property to true
to enable multi-threading:
MULTI_THREAD_RESULT_CONTROLDATA_LOADING=true
After the change is made, a deploy is required for the change to take effect.
Comments
0 comments
Please sign in to leave a comment.