MySQL Forums
Forum List  »  InnoDB

Re: AFTER INSERT Triggers execute in serial or in parallel?
Posted by: Pedro Guillem
Date: May 06, 2013 01:18PM

Dear Peter.

Thanks for taking the time to respond. I guess it would be very rare indeed if it ever happened. But thats exactly what i want to avoid.

If i insert 2 records on the cdr table (in under 100 ms), will the produced triggers fire in parallel? that is:

Will the engine wait till the first trigger is executed to process the next trigger pending in queue? or will they fork at "almost" the same time they are fired?

Regards
Pedro

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: AFTER INSERT Triggers execute in serial or in parallel?
1286
May 06, 2013 01:18PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.