Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: RE: Time to read 6000 (block size 2k) blocks
Jurijs
You are correct. It worked. Now it is doing 9 LIOs instead of 18,800 LIOs. Thanks you so much.
> Rows Row Source Operation
> ------- ---------------------------------------------------
> 1 SORT UNIQUE
> 1 COUNT STOPKEY
> 1 NESTED LOOPS
> 4766 TABLE ACCESS BY INDEX ROWID PROFILEDUSER (it has
> 450,000 rows)
> 4767 INDEX RANGE SCAN (PROFILEDUSER_IX03)
> 1 TABLE ACCESS BY INDEX ROWID EXTENDEDATTRIBUTES (it has
> 15,000
> rows)
> 9530 INDEX UNIQUE SCAN (ATTRIBUTES_PK)
>
> The idea is: to start NL with EXTENDEDATTRIBUTES table. Bacause in
> SQL you
> have E.CUSTOMERID = 'ABCDEFGH', and this seems ID value, which
> will return
> 1 row, instead 4766 loops thought PROFILEDUSER.
>
> Try to get EXTENDEDATTRIBUTES as driven table. Or I am wrong ?
>
>
> Jurijs
> +371 9268222 (+2 GMT)
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Fri Aug 06 2004 - 12:06:29 CDT
![]() |
![]() |