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: Christian Antognini <Christian.Antognini_at_trivadis.com>
Date: Tue, 19 Dec 2006 21:14:30 +0100
Message-ID: <F2C9CCA71510B442AF71446CAE8AEBAF8B57BB@MSXVS04.trivadis.com>

> > By flushing the buffer cache before your testing,
> > aren't you going to be testing and optimizing based
> > on an unrealistic scenario?
>
> Possibly.
>
> > Why tune for all blocks being uncached if that will
> > not be the typical case?
>
> Because this is the only way to find out what the infrastructure is
able
> to deliver.
>
> In addition:
> - If you set db_file_multiblock_read_count for best performance you
will
> eventually achieve best performance.
> - If you don't set db_file_multiblock_read_count for best performance
you
> will *never* achieve best performance.

I forgot another point... If parallel scans are used as well, then the cached blocks no more influence the performance of the I/O operations.

Regards,
Chris

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Dec 19 2006 - 14:14:30 CST

Original text of this message

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