Subject | Trigger, user update or cascade? |
---|---|
Author | firebirdsql |
Post date | 2011-06-08T15:34:28Z |
I have a trigger that maintains an aggr total. Is there anyway to know whether an update was triggered by a cascade or a user run sql statement?
Is it better to use a computed column for the aggr total (the total is actually counting records in another table which can get quite large)?
Is it better to use a computed column for the aggr total (the total is actually counting records in another table which can get quite large)?