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 -> SCO 5.0.4 & SMP on Oracle 7.3.3: bad performances

SCO 5.0.4 & SMP on Oracle 7.3.3: bad performances

From: Francois Desarmenien <desar_at_club-internet.fr>
Date: Thu, 13 Aug 1998 18:48:02 +0200
Message-ID: <35D318C1.6FADB373@club-internet.fr>


I experiment strange results on SCO SMP server:

If running only one cpu with heavy load cpu sql queries in parallel, the CPU load is 100% as

expected, and real time is n=single query * number of parallel queries, also as expected.

When running two CPUs, with the same queries, each CPU load is 50%, giving a 50% total CPU load and the total time is the same,though it should have been something like 50% less.

When running non-oracle concurrent programs with heavy CPU load, the expected 100% load for both CPU is achieved, as expected, so the problem seems not be a sco SMP problem.

The query is:
select count(a.ename)
from emp a,emp,emp,emp,emp,emp;

Note that there is *no* disk IO
and cpu_count=2

Any idea why adding CPU count does not improve performances ?

Thank you,

Francois Desarmenien Received on Thu Aug 13 1998 - 11:48:02 CDT

Original text of this message

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