Is MySQL's trigger concurrent? -
Can two triggers occur at the same time?
This depends primarily on the type of operation you are running. If any type of table will prevent your second query from lock performance, its trigger will also be delayed - thus preventing concurrency.
Comments
Post a Comment