Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Improve performance on below query.
Below is a query I need to get to perform better. It is using a lot of resources during fetch. ky_so_no on both tables has an index. Any hints!
select count(*)
from
woa.serv_ord where ky_so_no not in ( select ky_so_no from
woa.so_fld_ord_rao)
call count cpu elapsed disk query current
rows
------- ------ -------- ---------- ---------- ---------- ----------
Misses in library cache during parse: 1
Optimizer goal: CHOOSE
Parsing user id: 5
Rows Row Source Operation
------- --------------------------------------------------- 0 SORT AGGREGATE 0 FILTER
![]() |
![]() |