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: Delete with Huge table

Re: Delete with Huge table

From: Randy DeWoolfson <randyd_at_cais.com>
Date: Tue, 30 Nov 1999 14:03:39 -0500
Message-ID: <38441F8B.934CA3A9@cais.com>


delete performance can be tuned in a very similar manner to select performance.

look at your WHERE clause... and maybe don't drop all the indexes, keep the
appropriate ones.

randy

Eric DUCHET wrote:
>
> Hi,
>
> I want to know if Oracle works fine for deleting part of huge table (about
> 50 000 000 rows).
> My system is AIX 4.2
> Oracle v7.3.4
> No archive log.
>
> My performance on my system for deleting 1 000 000 rows is very bad.
> How can I improve that ?
>
> (I already have dropped all my indexes)
>
> Can I lauch a parallel query ?
>
> Thanx a lot.
Received on Tue Nov 30 1999 - 13:03:39 CST

Original text of this message

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