lls
2445 db block gets
25284 consistent gets
3282 physical reads
0 redo size
1675 bytes sent via SQL*Net to client
535 bytes received via SQL*Net from client
3 SQL*Net roundtrips to/from client
5 sorts (memory)
0 sorts (disk)
20 rows processed
SQL>
这个时候sql只需要4秒就能出结果了。从业务那块了解到,他们每天会批量导入和删除表。那么问题就明了了。定时清理recyclebin还是非常重要的。
?
|