Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> how to increase the number of parallel slaves?
Hi.
I am trying to speed up the following query:
update table X set col1=2; I set the degree of
parallelism for the table X to 16 and added a hint:
update /*+ parallel(X,16) */ table X set col1=2;
I only got 4 parallel slaves - one for each partition
in the table. When I do that same operation for a
table
with just one partition, I'm getting as many slaves
as I want - up to 32. Is there anything I can do to
force ORacle to create more than one parallel process
per partition?
thanks
Gene
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon Oct 06 2003 - 15:34:33 CDT