Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Why Statistics doesn't match reponse time?
>His hint causes the optimizer to do the index full scan, instead of the full table scan.
Not index full scan, it 's index range scan.
INDEX (RANGE SCAN) OF 'TOTAL_CONTRIBUTIONLOG_IDX'
(NON-UNIQUE) (Cost=1 Card=1044)
Regards,
Bin
Received on Mon Sep 12 2005 - 01:32:54 CDT