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: Insert takes too much time

Re: Insert takes too much time

From: Tom Pall <tom_at_cdproc.com>
Date: Thu, 2 Nov 2000 15:27:24 -0600
Message-Id: <10668.121002@fatcity.com>


By default, Solaris does async i/o. At least it tries to. The async calls fail quickly and Oracle retries with synch i/o.

Async i/o works on NT.
----- Original Message -----
From: Ronen Levit <ronen.levit_at_talmai.com> To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Sent: Thursday, November 02, 2000 11:56 AM Subject: Insert takes too much time

> Hi all,
>
> I have two machines - NT4 (8.1.5.1) and Sun Solaris 2.7 (8.1.6). They both
> give same I/O performance outside of Oracle (on both read and write tests).
>
> When running simple procedure that inserts 10,000 / 100,000 / 1,000,000 rows
> into a simple table without indexes, I get results 3 times faster on the NT
> machine.
>
> Both instances have almost the same oraini. Of course the Solaris has better
> parameters on memory and cpu parameters, as it should be.
>
> Do you have any idea why there's a slight performance difference between the
> machines , and why the Sun is slower?! it's configuration should be at least
> as good as the NT.
>
> Thanks,
>
> Ronen Levit
> Database team leader
> www.talmai.com
> T: +972 8 9460606 #212
> F: +972 8 9460705
> C: +972 52 448699
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
Received on Thu Nov 02 2000 - 15:27:24 CST

Original text of this message

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