When an AFTER UPDATE or AFTER INSERT trigger is fired is it a synchronous or asynchronous event? In other words does it hold up the total execution time of the query that tripped the trigger?
Yes, triggers are synchronous. However if you need to implement asynchronous MySQL triggers you can utilize Maxwell + custom code to easily read MySQL binary log and launch your own logic on interesting events.
Trigger are not asynch. Yes, they will increase the time it takes for an update or insert to complete.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With