|
69458597*8/1024/1024=529.927040100097M
Physical Reads Executions Reads per Exec %Total Time (s) Time (s) Hash Value
--------------- ------------ -------------- ------ -------- --------- ----------
213,188 2 106,594.0 25.4 279.01 10973.80 1738968876
Module: PL/SQL Developer
delete from infinterfacelog where requestid in (select i
d from infrequest where begindatetime <
TO_DATE('2008-2-15 8:49:03', 'YYYY-MM-DD HH24:MI:SS'))
这样看确实IO存在问题,你有几个redo,redo文件有多大。
使用什么操作系统?使用磁盘阵列吗?
按照道理讲不需要3个小时。 |
|