MySQL Forums
Forum List  »  Triggers

Updatable Columns in Update Trigger
Posted by: Vishal Patel
Date: November 16, 2005 07:15AM

Hi everyone,

It will be great help to me, if some body come up with solution about updatable columns in Update Triggers.

Consider the following case data:

I have three tables a, b and c. Table ‘a’ have certain fields, on update of that fields I need to update table ‘b’. And table ‘b’ in turn processes data of table ‘c’. This refers every single Insert, Update or Delete in table ‘b’ scans table ‘c’ entirely. No, my problem is certain fields in table ‘a’ gets updated frequently but at that time I need not have to update table ‘b’. As if now, in current situation I’m not able to provide updated columns list in trigger as we are able to do in ‘Oracle’. This practical problem has caused some performance issue.

At this point of time I’m also not able to split table ‘a’ that can cause my reporting portion badly.

Thanks in advance.

Regards,
Vishal

Options: ReplyQuote


Subject
Views
Written By
Posted
Updatable Columns in Update Trigger
3004
November 16, 2005 07:15AM
1944
November 17, 2005 03:37AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.