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 > Using intra_partition_paralellism?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-28-04, 10:34
DBAgirl DBAgirl is offline
Registered User
 
Join Date: Jan 2004
Location: San Antonio, Texas
Posts: 47
Red face Using intra_partition_paralellism?

Hi All,
When using intra_partition for loades we get mixed results. Sometimes it takes 45 min and other times 5 hrs. The query plan changes all the time and without being ablt to provide hints we can't do anything.

Is there a way around this? We've stopped using it for loads but plan to try it for large index builds in the near future. Any advise?

Thanks,
Alyx
Reply With Quote
  #2 (permalink)  
Old 01-28-04, 10:36
DBAgirl DBAgirl is offline
Registered User
 
Join Date: Jan 2004
Location: San Antonio, Texas
Posts: 47
Re: Using intra_partition_paralellism?

OOPS! Forgot we are using V8.1.4 64-bit on HP/UX 11i


Quote:
Originally posted by DBAgirl
Hi All,
When using intra_partition for loades we get mixed results. Sometimes it takes 45 min and other times 5 hrs. The query plan changes all the time and without being ablt to provide hints we can't do anything.

Is there a way around this? We've stopped using it for loads but plan to try it for large index builds in the near future. Any advise?

Thanks,
Alyx
Reply With Quote
  #3 (permalink)  
Old 01-28-04, 11:04
quigleyd quigleyd is offline
Registered User
 
Join Date: Nov 2002
Location: Delaware
Posts: 186
Re: Using intra_partition_paralellism?

What are you parms set too :

Degree of parallelism (DFT_DEGREE) =
Maximum query degree of parallelism (MAX_QUERYDEGREE) =
Enable intra-partition parallelism (INTRA_PARALLEL) =

You need to make sure you have atleast 1 cpu for each MAX_QUERYDEGREE,


One of the things we noticed on loads is, while writing it would wait when a bunch of procesess were doing loads at the same time, we now set it at

DFT_DEGREE = 1
MAX_QUERYDEGREE = 4
INTRA_PARALLEL = YES,

Our loads now go quicker and it will use more procesess to build indexes.
__________________
David Quigley
Reply With Quote
  #4 (permalink)  
Old 01-28-04, 11:17
shakilc shakilc is offline
Registered User
 
Join Date: Jan 2004
Posts: 2
Re: Using intra_partition_paralellism?

Quote:
Originally posted by quigleyd
What are you parms set too :

Degree of parallelism (DFT_DEGREE) =
Maximum query degree of parallelism (MAX_QUERYDEGREE) =
Enable intra-partition parallelism (INTRA_PARALLEL) =

You need to make sure you have atleast 1 cpu for each MAX_QUERYDEGREE,


One of the things we noticed on loads is, while writing it would wait when a bunch of procesess were doing loads at the same time, we now set it at

DFT_DEGREE = 1
MAX_QUERYDEGREE = 4
INTRA_PARALLEL = YES,

Our loads now go quicker and it will use more procesess to build indexes.
I am just testing.
Reply With Quote
  #5 (permalink)  
Old 01-28-04, 11:20
shakilc shakilc is offline
Registered User
 
Join Date: Jan 2004
Posts: 2
Re: Using intra_partition_paralellism?

Quote:
Originally posted by shakilc
I am just testing.
again testing
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