Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Parallel Query on Single CPU

Re: Parallel Query on Single CPU

From: Martin Haltmayer <Martin.Haltmayer_at_0800-einwahl.de>
Date: Fri, 28 Jan 2000 01:14:24 +0200
Message-ID: <3890D150.8A02DBAB@0800-einwahl.de>


You should try. We found on a single CPU (Sun Solaris) a parallel degree of 4 speeding up a query by a factor of 2.5 due to the fact that processes may wait for IO. During this wait time the other parallel query process may continue.

Martin

cosmin_ioan_at_msn.com wrote:
>
> ... um.... on NT....
>
> yeah, it's not a typo.... nor it is a joke <g> :-) ...
>
> just for kicks, I wanted to know from the experts on this forum if
> having a degree of 2 or 4 might improve processing time. My initial
> thought is that it may actually be **much** slower due to the slicing
> of the processes on the single CPU!?
>
> --performance aside, whether I use alter session enable parallel dml;
> or alter table...degree x...
> or use hints and for some weird reason, I am not seeing any references
> to parallel processing in the plan (wether I execute the query on a
> single or dual cpu NT boxes. what gives!?
>
> thanks a bunch,
>
> Cosmin
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Thu Jan 27 2000 - 17:14:24 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US