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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: db_file_multiblock_read_count causing full scans to take longer?

Re: db_file_multiblock_read_count causing full scans to take longer?

From: Don Seiler <don_at_seiler.us>
Date: Tue, 19 Dec 2006 13:52:01 -0600
Message-ID: <716f7a630612191152l49f6a381m88e993aa93bdb290@mail.gmail.com>


For reference, this was the guide I was following: http://www.dizwell.com/prod/node/436 . HJR makes a case for not having to flush the buffer cache. However it's possible that I incorrectly assumed that applied to me.

Don.

On 12/19/06, Christian Antognini <Christian.Antognini_at_trivadis.com> wrote:
> Don
>
> > FWIW I did do 10046 traces of non-parallel full scans using various
> > db_file_multiblock_read_count values, from 16, 32, 64, 128, and 256.
> > 128 seemed to be where it topped out. However I'm finding the poor
> > performance at anything over 32 now.
>
> Be careful, the performance of non-parallel FTS is highly dependent on
> the blocks already stored in the buffer cache. In fact Oracle never
> reads a cached block...
>
> Therefore, to find the best db_file_multiblock_read_count, it makes
> sense to flush the buffer cache before each FTS.
>
>
> HTH
> Chris
>

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Dec 19 2006 - 13:52:01 CST

Original text of this message

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