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

Performance issue in a process. Cant identify where


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Madhusmita Patnaik

New User


Joined: 18 Dec 2006
Posts: 14
Location: bangalore

PostPosted: Thu Mar 15, 2007 3:13 pm
Reply with quote

hi

i am looking at a ongoing process where files are received from different LPARS to my lpar. here a run task is executed which in turn triggers many JCLs which run cobol db2 programs to insert the data into tables of database.

i am unable to find out where and which part of this process leads to the major part of performance.?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Mar 15, 2007 7:37 pm
Reply with quote

Hello,

Depending on your specifics and the volume of data received from the other lpars, the inserts (if done individually) may be where you spend much time. Inserting a single row is expensive - especially it there are multiple alternate keys.

I'd suggest looking into loading a batch of rows, rather than individual inserts.

If your input is hundreds of millions of rows, it will take time regardless of how they are put into DB2.
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts exploiting Z16 performance PL/I & Assembler 2
No new posts How to identify the transaction categ... IMS DB/DC 3
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
No new posts Identify Program Insert DB2 7
Search our Forums:

Back to Top