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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Does anyone run test win vs. linux and can share how muchfaster is linux than windows, please?

RE: Does anyone run test win vs. linux and can share how muchfaster is linux than windows, please?

From: Billy Verreynne (JW) <VerreyB_at_telkom.co.za>
Date: Fri, 5 Aug 2005 08:35:37 +0200
Message-ID: <445F36B0271AE1419CEE0B9589044B433747D3@TYGRRA01-XCS00.telkom.co.za>

> Ron Rogers wrote:

> some simple tests I ran with timing on.

Not Linux but a significant difference in your hardware. Thus this simple test does not show that Linux is any faster or better.

Case in point. I run a query on a Sunfire V440 (4 CPUs) and run the same query on the same table on a Sunfire V20z. The V440 is a higher-end server. The V20z is an entry-level server (and significantly cheaper). The select count is much faster on the V20z. Reason? The V20z's uses dual AMD Opeteron CPus which is acknowledge as one of the best and fastest 64bit CPUs around.

The select count is a single process. So what is being meassured are how fast the CPU is (assuming the cache is hot and I/O not a factor - which it is in this test). I.e. processing data blocks in memory which means performance is CPU bound. The V440 has a lot more CPU capacity than the V20z, but the V20z's CPUs are a *lot* faster. The o/s itself is not a factor. In fact, it is seldom a factor when it comes to performance issues.

o/s choice decisions that are made based on the notion of actual o/s performance is flawed.

--
Billy

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This e-mail and its contents are subject to the Telkom SA Limited
e-mail legal notice available at
http://www.telkom.co.za/TelkomEMailLegalNotice.PDF
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--
http://www.freelists.org/webpage/oracle-l
Received on Fri Aug 05 2005 - 01:37:45 CDT

Original text of this message

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