Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Index Fast Full Scan and associated wait

Re: Index Fast Full Scan and associated wait

From: EscVector <Junk_at_webthere.com>
Date: 11 Jan 2007 11:34:21 -0800
Message-ID: <1168544061.656243.148290@i56g2000hsf.googlegroups.com>

Jonathan Lewis wrote:
> "EscVector" <Junk_at_webthere.com> wrote in message
> news:1168531840.130757.22890_at_77g2000hsv.googlegroups.com...
> > I'm bottlenecked on db file sequential read. What wait should I expect
> > to see if the plan shows Index Fast Full Scan? Is it db file
> > sequential read or scattered read since the Fast Full Scan is treated
> > like a tablescan and uses multiblock reads?
> >
>
> Typically "db file scattered read"
> see
> http://jonathanlewis.wordpress.com/2006/12/15/index-operations/
>
> --
> Regards
>
> Jonathan Lewis
> http://jonathanlewis.wordpress.com
>
> Author: Cost Based Oracle: Fundamentals
> http://www.jlcomp.demon.co.uk/cbo_book/ind_book.html
>
> The Co-operative Oracle Users' FAQ
> http://www.jlcomp.demon.co.uk/faq/ind_faq.html

Thank you for the replies and sanity check. I had expected db file scattered reads, but not what I'm seeing. Need to look further. Received on Thu Jan 11 2007 - 13:34:21 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US