Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Tunning Select and Where statements
When selecting by age(where age is an index), the query will go through the
index and get the rowids, then go to the table and get the names. If you
have the name and age included in the index, the query will just obtain the
names in the index in the first pass without going to read the table.
HTH John Chiu Received on Tue Sep 28 1999 - 10:31:54 CDT
![]() |
![]() |