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

Performance of DB2 Insert Vs LOAD RESUME


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

Active User


Joined: 18 Jun 2007
Posts: 213
Location: Cochin/Kerala/India

PostPosted: Thu Jan 19, 2012 1:50 pm
Reply with quote

Hi All,

I want to INSERT/LOAD RESUME data from a file in to a table.When we look for performance vise which one is the best option?
Using a program to insert records to tables or using a load job to LOAD RESUME the data?

Regards,
Bipin
Back to top
View user's profile Send private message
gylbharat

Active Member


Joined: 31 Jul 2009
Posts: 565
Location: Bangalore

PostPosted: Thu Jan 19, 2012 4:21 pm
Reply with quote

It depends how many records you are talking about...

Also in load table would be unavailable while with program data in the table can still be accessed.
Back to top
View user's profile Send private message
sushanth bobby

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Sat Jan 28, 2012 11:15 pm
Reply with quote

Bipin,

Performance wise LOAD would be better, since you are adding data to the table try it with SHRLEVEL CHANGE.

If you are going for INSERT statement, Checkout Multi-Row Insert

Regards,
Sushanth
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 Load new table with Old unload - DB2 DB2 6
No new posts How to load to DB2 with column level ... DB2 6
No new posts REASON 00D70014 in load utility DB2 6
No new posts exploiting Z16 performance PL/I & Assembler 2
No new posts Insert header record with record coun... DFSORT/ICETOOL 14
Search our Forums:

Back to Top