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 -> Re: insert many records in short time

Re: insert many records in short time

From: Acacio Cruz [_at_Home] <[_at_Home>
Date: Sun, 25 Apr 1999 06:00:19 -0400
Message-ID: <3722E7B3.E74CD419@acacio.com>


John Vernes wrote:
>
> Oracle8 has this new feature of bind array inserts. It's very fast indeed.
> It's aprox. 3 times faster as normal inserts
> We made a script inserting 100.000 records (8 column table, 6 filled; 4
> indexes on it)
> which completed in 20 seconds. this was 3 times faster as the normal way.
> Without the indexes it would be finished within 14 seconds
> --> 4 * 100.000 = 400.000 inserts per minute
> --> 400.000 * 30 = 12.000.000 inserts in half an hour!!!

Can you post a skeleton source?

Thank you,

-Acacio Received on Sun Apr 25 1999 - 05:00:19 CDT

Original text of this message

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