Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Why "Separating Data and Indexes improves performance" is a myth?
Any when Oracle gets the index pre-fetch working properly, it will be even more extreme. The action is:
fetch all relevant rowids from the index leaf blocks
sort by table block ids
visit the table blocks in order - with no need to revisit the index
leafs.
Regards
Jonathan Lewis
http://www.jlcomp.demon.co.uk
The Co-operative Oracle Users' FAQ
http://www.jlcomp.demon.co.uk/faq/ind_faq.html
April 2004 Iceland http://www.index.is/oracleday.php June 2004 UK - Optimising Oracle Seminar July 2004 USA West Coast, Optimising Oracle Seminar August 2004 Charlotte NC, Optimising Oracle Seminar September 2004 USA East Coast, Optimising Oracle Seminar September2004 UK - Optimising Oracle Seminar
In a test using a range scan on a non-unique index, I found the following sequence. The index is a normal b-tree, so the process may be different for bitmaps, IOTs, etc.
![]() |
![]() |