IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

DB2 triggers to send realtime data


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rz061m

New User


Joined: 03 Mar 2006
Posts: 48
Location: Chennai

PostPosted: Sat Jul 11, 2015 8:43 am
Reply with quote

Hi all,

I need suggestion on the solution proposed for one of our customers requirement. We are yet to begin the development activities, so trying it out in real environment region is not feasible at this time.

Customer wants a set of data (from 3 different tables) to be sent every time a row is inserted or updated in a particular table. I could use a DB2 trigger to achieve this but wanted to know :

1. How it would perform when there is a real time situation of more than 10,000 data updated in less than a minute.

2. Will the trigger send data one after the other when some other rows are parallely updated

3. Our MIPS consumption is close to 80%, will these triggers eat up more MIPS and cause performance issue for UI applications

4. Some of the application program performs COMMIT only at the end of the program and some programs perform COMMIT after specific count of records. How these trigger behave if programs abends in the above said 2 scenarios.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3053
Location: NYC,USA

PostPosted: Fri Jul 17, 2015 8:20 pm
Reply with quote

Better use DB2 SP or DB2/MQ SP.
Back to top
View user's profile Send private message
Pandora-Box

Global Moderator


Joined: 07 Sep 2006
Posts: 1592
Location: Andromeda Galaxy

PostPosted: Sat Jul 18, 2015 2:26 am
Reply with quote

166 triggers per second I feel its bombarding the system

Also suggest to talk to your DBAs first as this could turn out as a bigger problem

And also having triggers might degrade the performance of the process / program (Considering the fact of 10,000 updates less than a minute ) that is updating the table
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts How to save SYSLOG as text data via P... All Other Mainframe Topics 2
No new posts Store the data for fixed length COBOL Programming 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top