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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Slow delete

RE: Slow delete

From: Sandeep Dubey <sandeep.dubey_at_induscorp.com>
Date: Mon, 26 Jun 2000 11:39:21 -0400
Message-Id: <10540.110427@fatcity.com>


Dave  

Could be any of these or other reasons.  

  1. table could be heavily indexed. 2.You are deleting a master table referenceing other child table with foreign key with on delete cascade which is deleting other tables data.
  2. Rollback segement may be a bottle neck too.

Sandeep    

-----Original Message-----
From: David Turner [mailto:dturner_at_linuxcare.com] Sent: Monday, June 26, 2000 11:11 AM
To: Multiple recipients of list ORACLE-L Subject: Slow delete

Any idea why a delete of all the rows in a table might take hours when there are only 30,000 rows? There are no other users on the system. Rowlength is about 120.  

Dave Turner

--

Dave Turner, Senior Database Administrator, Linuxcare, Inc.

913.383.3052 tel, 913.579.3803 cel, 913.652.0687 fax, 877.443.9553 pager 

dturner@linuxcare.com,  http://www.linuxcare.com/
<http://www.linuxcare.com/> 

Linuxcare. Support for the revolution.
Received on Mon Jun 26 2000 - 10:39:21 CDT

Original text of this message

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