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 > Urgent db2 question

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-15-06, 10:26
infodb infodb is offline
Registered User
 
Join Date: Sep 2006
Posts: 1
Urgent db2 question

Db2 insert load's data slowly if we have load scheduled for tables in parallel. There is no such situation that one table being accessed by another table and lock issues. All are independent tables. Individually completes data load fast soon than in parallel.Is there any parameter or Performance improvent tip.

We have following parameters set
DB2_PARALLEL_IO=*
MUlti page allocation parameter is yes

Any input ??
Reply With Quote
  #2 (permalink)  
Old 09-15-06, 10:49
M_RAS M_RAS is offline
Registered User
 
Join Date: Sep 2003
Location: canada
Posts: 230
Quote:
Originally Posted by infodb
Db2 insert load's data slowly if we have load scheduled for tables in parallel. There is no such situation that one table being accessed by another table and lock issues. All are independent tables. Individually completes data load fast soon than in parallel.Is there any parameter or Performance improvent tip.

We have following parameters set
DB2_PARALLEL_IO=*
MUlti page allocation parameter is yes

Any input ??

1- increase UTIL_HEAP_SZ ten times from default value
2- turn on INTRA_parallel parametes
3- look at load command you can turn off some feature for better performance
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