Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Index scan and redundant sorting
Yep, you got it.
Mark J. Bobak
Oracle DBA
ProQuest Company
Ann Arbor, MI
"Imagination was given to man to compensate him for what he is not, and
a sense of humor was provided to console him for what he is." --Horace
Walpole
-----Original Message----- From: Daniel Fink [mailto:Daniel.Fink_at_Sun.COM] Sent: Wednesday, February 25, 2004 3:10 PM To: oracle-l_at_freelists.org Subject: Re: Index scan and redundant sorting Let's see if I understand correctly. For an IFS or IRS, theblocks of an index are read (in single block read mode) in the order of their existence within the tree. For an IFFS, all blocks in the segment (below the HWM) are read in order of their 'physical' existence within the segment. This is not the order of their existence within the tree, so the blocks are 'out of order'.
Dan
"Bobak, Mark" wrote:
Dan,Only an INDEX FULL SCAN (walks the tree, does single block reads) provides sorted output.An INDEX FAST FULL SCAN (does not walk tree structure, does multi-block reads, discards branch blocks) does NOT provide sorted output.-Mark
Mark J. Bobak Oracle DBA ProQuest Company Ann Arbor, MI "Imagination was given to man to compensate him for whathe is not, and a sense of humor was provided to console him for what he is." --Horace Walpole
![]() |
![]() |