Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Separating data, index objects
"Mark A" <nobody_at_nowhere.com> wrote in
news:epadnVAeuImRXlTfRVn-rQ_at_comcast.com:
>
> In theory, if the table data and index data are in the same
> tablespace, the disk contention could occur if there was a significant
> amount of I/O against the table and index at the same time.
As a generalization the above is true.
However when Oracle decides to use an index, first the index is read and
then then table is read. So for any single transaction ( without
parallelization) the index & table are never read "at the same time".
Received on Mon Jul 04 2005 - 19:20:36 CDT
![]() |
![]() |