You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.