Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Parallel Query on Single CPU
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
![]() |
![]() |