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

Popular posts from this blog

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

iphone - Smoothing a rounded stroke in Core Graphics -