If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Any impact on application by intraducing triggers on tables?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-23-09, 04:28
narasridhar narasridhar is offline
Registered User
 
Join Date: Oct 2008
Posts: 5
Any impact on application by intraducing triggers on tables?

Hi,

We have a exisitng application which was doing the changes through online screens. We are planning to implement the triggers on the table do we see any drastic performance issues on the application due to the triggers(Insert/Update/Delete events)?

If yes/no could you please make me understand on that area.

Thanks in advance!!!
Reply With Quote
  #2 (permalink)  
Old 09-23-09, 08:22
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
Will you see dramatic performance issues? It depends. With any trigger you will get a performance hit because you are doing more work. Whether it will be a dramatic hit depends on your database, what the trigger is doing, and a host of other factors. The best thing is to try it in a test environment and see what happens.

Andy
Reply With Quote
  #3 (permalink)  
Old 09-23-09, 12:00
narasridhar narasridhar is offline
Registered User
 
Join Date: Oct 2008
Posts: 5
Quote:
Originally Posted by ARWinner
Will you see dramatic performance issues? It depends. With any trigger you will get a performance hit because you are doing more work. Whether it will be a dramatic hit depends on your database, what the trigger is doing, and a host of other factors. The best thing is to try it in a test environment and see what happens.

Andy
Thanks Andy for the reply. Will try in test environment and will come back on the same.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On