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

Is Reorg table & Bind pgm will help to improve performan


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

New User


Joined: 21 Jul 2007
Posts: 27
Location: Chennai

PostPosted: Fri Mar 13, 2009 10:50 am
Reply with quote

Hi,

My program (DB2 + BMC) does huge number of insert & update operation. Its not partitioned tablespace. Its daily job its taking nearly 1 hour.

How can I improve the performance.

Is Reorg table & then Bind pgm will help to improve performance. If it improve performance how frequently we need to do this reorg & Bind?.
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: Fri Mar 13, 2009 7:16 pm
Reply with quote

Hello,

The performance is most likely due to the design of the tables and code, the volume of work to be done, and the competition with other tasks on the system when it is run.

A reorg and bind will most likely not provide significantly better performance.

Sometimes things take a long time to run because they are doing a huge amount of real work. More and more often, things take a long time because of poor design of the database and/or the code.
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 Pulling a fixed number of records fro... DB2 2
No new posts Reorg abended with REASON=X'00E40347' DB2 2
No new posts Multiple table unload using INZUTILB DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top