- Notifications
You must be signed in to change notification settings - Fork76
Closed
Description
Connor McDonald posted a video on LinkedIn namedWhen MORE triggers means better performance!.
He explains that multiple DML events per trigger can cause additional locks and therefore performance issues. The solution is to define a trigger per event (or avoid triggers if possible of course).
I think this would make a fine rule and it is easy to check.