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: performance on delete the rows from a huge table

Re: performance on delete the rows from a huge table

From: <joel-garry_at_home.com>
Date: 21 Mar 2005 16:39:04 -0800
Message-ID: <1111451944.170719.11760@f14g2000cwb.googlegroups.com>


You might also look at asktom.oracle.com, search for difference in performance between not in and not exists. Like http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:953229842074

I also wonder about your select *.

If you expect a substantial percentage of rows to be deleted you might consider doing a CTAS of the ones you want to keep, then a rename.

jg

--
@home.com is bogus.
http://www.signonsandiego.com/uniontrib/20050319/news_1b19oracle.html
Received on Mon Mar 21 2005 - 18:39:04 CST

Original text of this message

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