Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: massive delete

Re: massive delete

From: Wim Teuwens <Wim.Teuwens_at_Technum.Be>
Date: Thu, 23 Sep 1999 15:09:36 +0200
Message-ID: <7sd8s0$o1h$1@news3.Belgium.EU.net>


If deleting all rows, use truncate <table>

Jorge <cafelito_at_---NO---SPAM---yahoo.com> wrote in message news:7sd3m6$6fi$1_at_diana.bcn.ttd.net...
> Hi:
>
> Which is the fastest way to delete many rows (over 400k-800k) from a
big
> table (over 7.000.000 rows) frequently.
> I'm doing it now with a cursor to the table, committing every 'N' rows.
>
> Will performance get increased with bigger rollback segments and reducing
> committing?
>
> excuse my poor english
>
> thanks
> Jorge
>
>
Received on Thu Sep 23 1999 - 08:09:36 CDT

Original text of this message

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