DELETE w/ROWID takes 6 minutes?
From: ty <tterrell_at_yahoo.com>
Date: 6 Nov 2002 12:05:31 -0800
Message-ID: <2362ca33.0211061205.5c85b473_at_posting.google.com>
------- ------ -------- ---------- ---------- ---------- ----------
------- ------ -------- ---------- ---------- ---------- ----------
Date: 6 Nov 2002 12:05:31 -0800
Message-ID: <2362ca33.0211061205.5c85b473_at_posting.google.com>
I don't know how to interpret this trace file. Can ne1 helP?
DELETE FROM REVENTS
WHERE
ROWID=:1
call count cpu elapsed disk query current rows
------- ------ -------- ---------- ---------- ---------- ----------
Parse 1 0.06 0.06 0 0 0 0 Execute 21 388.32 414.65 363236 13068506 1328 0 Fetch 0 0.00 0.00 0 0 0 0
------- ------ -------- ---------- ---------- ---------- ----------
total 22 388.38 414.71 363236 13068506 1328 0
Misses in library cache during parse: 1
Optimizer goal: RULE
Parsing user id: 18 (MP5)
Rows Execution Plan
------- --------------------------------------------------- 0 DELETE STATEMENT GOAL: RULE 0 DELETE OF 'REVENTS' 0 TABLE ACCESS GOAL: ANALYZED (BY USER ROWID) OF 'REVENTS'Received on Wed Nov 06 2002 - 21:05:31 CET