Start a new topic
Answered

Turn off match rules to speed up an integration job

Is it possible to turn off some match rules in my integration job to speed up the processing time?


Best Answer

You cannot choose at run-time the match rules you want to apply. 

At design time, if you want to shut down a specific math rule in your matcher, you can simply transform your match rule expression like this : 0 = 1 and ( <original match rule expression> ) to avoid deleting it.

1 Comment

Answer

You cannot choose at run-time the match rules you want to apply. 

At design time, if you want to shut down a specific math rule in your matcher, you can simply transform your match rule expression like this : 0 = 1 and ( <original match rule expression> ) to avoid deleting it.

Login to post a comment