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 and performance

RE: db_file_multiblock_read_count and performance

From: Post, Ethan <Ethan.Post_at_ps.net>
Date: Mon, 6 Dec 2004 13:55:54 -0600
Message-ID: <83FCA77436D6A14883E132C63F4101D001D483BF@pscdalpexch50.perotsystems.net>


The assumption you make is that the OS actually uses "1" in step 3 and "max" in step 5, I would want to confirm that. Perhaps if you set the value to something less than is actually possible it defaults to max?


From: ryan_gaffuri_at_comcast.net [mailto:ryan_gaffuri_at_comcast.net] Sent: Monday, December 06, 2004 1:51 PM
To: Post, Ethan; Oracle-L_at_freelists.org
Subject: RE: db_file_multiblock_read_count and performance

i know how the CBO works. I've read the article. Per Oracle docs, they lead you to believe, that oracle will do Physicall IO more efficiently if you set that parameter higher and your system can use it. This does not appear to be true. Here is how the test cases work.  

  1. determine max db_file_multiblock_read_count
  2. bounce the instance to flush all the cache. 3.query with a full table scan with the value set = 1
  3. bounce the instance to flush all the buffers
  4. query with a full table scan with the value set to the max for my system.

No difference. I know query plans change with this setting. However, the documentation appears to be a bit misleading lead me to believe this alone would improve response time other than just tinker with the the CBO estimates.  

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Dec 06 2004 - 14:02:22 CST

Original text of this message

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