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: Oracle is painfully slow when doing massive INSERTs

Re: Oracle is painfully slow when doing massive INSERTs

From: John K <john_at_demon.co.uk>
Date: 1998/03/27
Message-ID: <891032250.11401.0.nnrp-09.c2de082b@news.demon.co.uk>#1/1

Jim

I agree

Another common problem though is that people frequently insert or import into tables with live indexes so that during the insert much time is wasted in doing index sorts after each row is inserted. I've found that by far the best approach is to drop the index (if you can), perform the insert and then recreate the indexes again at the end.

Hope this is of use.

John K Received on Fri Mar 27 1998 - 00:00:00 CST

Original text of this message

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