Wednesday, June 22, 2011

Database triggers are evil

Some concerns around triggers.  Usually there are performance and blocking issues whenever I see triggers in a database.

1) they make things happen "automagically"
2) they are rarely implemented correct
3) they slow down DML

About Oracle: Database triggers are evil

No comments: