Question is :-
What is the difference/similarities between IS Trigger processing
- If mode is set to serial
- Or if mode is set to Concurrent but with Maximum Thread set to 1.
Question is :-
What is the difference/similarities between IS Trigger processing
Comments from shashank patel – He explained difference with situation.
Situation: Clustered environment with 2 ISs and a trigger on both IS. This Cluster will have a client on Broker.
If a trigger is set to Serial – then, only 1 document is processed at a time. Either of IS can pull document from Client queue to its Trigger queue. But, never both.
If a trigger is set to Concurrent – and max Threads =1 ; Then, both ISs can pull 1 document each at the same time from Client Queue towards their respective Trigger queues.
I concur. We’ve observed this difference at a customer both Shashank & I worked together at.
I think on the backend implementation “serial” corresponds to a Queue whereas “concurrent” corresponds to a Topic, for the trigger client queues created.
you can say that broadly. but underlying it is complex. you can have a concurrent trigger on queue and serial on topic.
Check out these latest posts that you may be interested in.
Questions? Comments? Suggestions? Let us know!! Like / Subscribe / Follow for more updates.