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 > Intra-Parallel

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-20-06, 16:39
redwolf redwolf is offline
Registered User
 
Join Date: Apr 2004
Posts: 179
Intra-Parallel

I inherited two databases under one DBM. One database run mainly OLTP and the other complex DSS queries. I have intra-parallel turn on, which slows down the OLTP db. Is there a way to turn off intra-parallel processing at the database level?

DB21085I Instance "db2inst1" uses "32" bits and DB2 code release "SQL08022"
with level identifier "03030106".
Informational tokens are "DB2 v8.1.0.89", "special_15295", "U800790_15295", and FixPak "9".
Product is installed at "/opt/IBM/db2/V8.1".
Reply With Quote
  #2 (permalink)  
Old 11-20-06, 17:01
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
If you use one container per tablespace, then that may help prevent intra-parallel queries in many situations.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #3 (permalink)  
Old 11-21-06, 13:24
dbamota dbamota is offline
Registered User
 
Join Date: Sep 2003
Posts: 237
you set DBM parameters intra_parallel=YES and leave max_querydegree at the default value; you can set DATABASE parameter dft_degree to 1 Or leave it unset(defaults to 1). This will turn OFF parallel processing for the database.
Because you are using 32 bits, intra_parallel processing takes a segment of 256M memory leaving one with 1.5gig of memory for other database buffers. If you use intra_parallel processing go for 64bit db2.
__________________
mota
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