602SQL Documentation Index  

Trigger Efficiency

Executing actions using a trigger is usually more effective than explicit execution of the same actions by a client. However, there are differences in trigger effects:

It does not matter if you use BEFORE or AFTER triggers in many situations. You can use the description above to make server operation more efficient.