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 Performance question

Re: Insert Performance question

From: Tanel Põder <tanel.poder.003_at_mail.ee>
Date: Wed, 28 Jul 2004 00:59:49 +0300
Message-ID: <3f6901c47425$09cb31e0$0a879fd9@porgand>


> Also we are doing the same test on SQL Server. With 2 sessions inserting
> 1M each by selecting from same table and inserting into 1st table
> inserts_rows_per_Second on SQL Server is 25000 whereas on Oracle is only
> 10000.

Did you use insert .... select in SQL Server? The PL/SQL way is generally slower than insert ... select in Oracle, even if you use bulk inserts with forall...

Tanel.



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Tue Jul 27 2004 - 16:57:38 CDT

Original text of this message

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