Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> How many indexes can 9i use on one table in a single query?
Dear experts,
I'm not sure where I might find this documented, so I will ask all of you.
You can add a number of indexes to a table.
But in my experience with Explain plan, I don't recall more than one index being used to scan a table in the same query. You would see INDEX RANGE SCAN and the name of the table and index. I don't recall ever seeing another index being used on the same table.
What is correct in 9i? If you have more than one index in 9i, for one query, how many of those indexes can Oracle actually use at once?
Thanks Received on Mon Jan 06 2003 - 11:35:05 CST
![]() |
![]() |