Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Index question
I have a query that references Table t column c in the where clause. Table
t already has an index on (column c, column d). Is there any reason to add
an index to table t that contains just column c? I know that Oracle will
use the other index because of the leading column, but is there a
performance hit due to it being a composite index?
I am running Oracle EE 9.2.0.5.
Thanks,
Rick Stephenson
![]() |
![]() |