<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Hit ratios (2)</title>
	<atom:link href="http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/</link>
	<description>Just another Oracle weblog</description>
	<lastBuildDate>Thu, 23 May 2013 12:47:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Faulty Quotes 4 &#8211; Buffer Cache Hit Ratio (BCHR) &#171; Charles Hooper&#39;s Oracle Notes</title>
		<link>http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/#comment-35053</link>
		<dc:creator><![CDATA[Faulty Quotes 4 &#8211; Buffer Cache Hit Ratio (BCHR) &#171; Charles Hooper&#39;s Oracle Notes]]></dc:creator>
		<pubDate>Tue, 22 Dec 2009 14:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/#comment-35053</guid>
		<description><![CDATA[[...] http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/  (a very detailed blog entry) “Ratios are highly suspect for monitoring purposes. If you think a ratio is helpful, think carefully about whether you should be monitoring the two underlying values instead. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] <a href="http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/ " rel="nofollow">http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/ </a> (a very detailed blog entry) “Ratios are highly suspect for monitoring purposes. If you think a ratio is helpful, think carefully about whether you should be monitoring the two underlying values instead. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Advertisement: Nominet are recruiting &#171; jarneil</title>
		<link>http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/#comment-29071</link>
		<dc:creator><![CDATA[Advertisement: Nominet are recruiting &#171; jarneil]]></dc:creator>
		<pubDate>Tue, 15 Jan 2008 09:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/#comment-29071</guid>
		<description><![CDATA[[...] have also been surprised when an interview candidate mentioned the buffer cache hit ratio in response to a question regarding a good way of investigating users complaining about performance [...]]]></description>
		<content:encoded><![CDATA[<p>[...] have also been surprised when an interview candidate mentioned the buffer cache hit ratio in response to a question regarding a good way of investigating users complaining about performance [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debunking the Buffer Cache Hit Ratio &#171; die Seilerwerks</title>
		<link>http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/#comment-23531</link>
		<dc:creator><![CDATA[Debunking the Buffer Cache Hit Ratio &#171; die Seilerwerks]]></dc:creator>
		<pubDate>Wed, 31 Oct 2007 20:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/#comment-23531</guid>
		<description><![CDATA[[...] Debunking the Buffer Cache Hit&#160;Ratio  Jonathan Lewis: 1 Buffer Cache Hit Ratio: 0 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Debunking the Buffer Cache Hit&nbsp;Ratio  Jonathan Lewis: 1 Buffer Cache Hit Ratio: 0 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ari</title>
		<link>http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/#comment-22265</link>
		<dc:creator><![CDATA[Ari]]></dc:creator>
		<pubDate>Wed, 10 Oct 2007 03:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/#comment-22265</guid>
		<description><![CDATA[Despite the BCHR being of limited value, I still find it useful to build a picture of the workload of the databases I monitor.
Recording the database BCHR over time has alerted me when something has changed, eg a new job that runs frequently without the required indexes.  Sure, there are other statistics that could also have been used to detect changes, and the database BCHR doesn&#039;t always alert me to a problem. (Response time / wait event pattern changes are my main method).
But... to extend the meaning of BCHR a little:
I use a BCHR at the session level to separate OLTP users from batch jobs.
I also use BCHR at the SQL and segment levels to provide a hint as to whether full scans or single block gets are used, or how well objects are cached, etc.  For example, a small table that has a large percentage of the database&#039;s of physical reads and a low BCHR could be a candidate for the keep buffer pool. (Assuming I can&#039;t change the code or add an index, which is often the case with off-the-shelf applications).
I do use a lot of other stats too, but the ratio between logical and physical I/Os at various levels help me to understand what is happening in a database.]]></description>
		<content:encoded><![CDATA[<p>Despite the BCHR being of limited value, I still find it useful to build a picture of the workload of the databases I monitor.<br />
Recording the database BCHR over time has alerted me when something has changed, eg a new job that runs frequently without the required indexes.  Sure, there are other statistics that could also have been used to detect changes, and the database BCHR doesn&#8217;t always alert me to a problem. (Response time / wait event pattern changes are my main method).<br />
But&#8230; to extend the meaning of BCHR a little:<br />
I use a BCHR at the session level to separate OLTP users from batch jobs.<br />
I also use BCHR at the SQL and segment levels to provide a hint as to whether full scans or single block gets are used, or how well objects are cached, etc.  For example, a small table that has a large percentage of the database&#8217;s of physical reads and a low BCHR could be a candidate for the keep buffer pool. (Assuming I can&#8217;t change the code or add an index, which is often the case with off-the-shelf applications).<br />
I do use a lot of other stats too, but the ratio between logical and physical I/Os at various levels help me to understand what is happening in a database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Lewis</title>
		<link>http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/#comment-21109</link>
		<dc:creator><![CDATA[Jonathan Lewis]]></dc:creator>
		<pubDate>Sat, 22 Sep 2007 13:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/#comment-21109</guid>
		<description><![CDATA[The newsgroup&#039;s defender of the BCHR seems to believe that the list of arguments I presented above was &lt;a href=&quot;http://groups.google.com/group/comp.databases.oracle.server/msg/c531e707a730c91e&quot; rel=&quot;nofollow&quot;&gt;randomly selected with ulterior motives&lt;/a&gt;, rather than being a careful summary of the points he made in his posts.

However, when I asked him to supply a copy of any parts of his argument that he felt I had unfairly omitted &lt;a href=&quot;http://groups.google.com/group/comp.databases.oracle.server/msg/a7d57f03ba7fc319&quot; rel=&quot;nofollow&quot;&gt;he declined to do so&lt;/a&gt;.

So, dear reader, please feel free to examine &lt;a href=&quot;http://groups.google.com/group/comp.databases.oracle.server/browse_frm/thread/1a946dbe8dcfa71e&quot; rel=&quot;nofollow&quot;&gt; every post made on this thread&lt;/a&gt; by Bob Jones, and let me know if you can find any part of his argument that I have failed to address.]]></description>
		<content:encoded><![CDATA[<p>The newsgroup&#8217;s defender of the BCHR seems to believe that the list of arguments I presented above was <a href="http://groups.google.com/group/comp.databases.oracle.server/msg/c531e707a730c91e" rel="nofollow">randomly selected with ulterior motives</a>, rather than being a careful summary of the points he made in his posts.</p>
<p>However, when I asked him to supply a copy of any parts of his argument that he felt I had unfairly omitted <a href="http://groups.google.com/group/comp.databases.oracle.server/msg/a7d57f03ba7fc319" rel="nofollow">he declined to do so</a>.</p>
<p>So, dear reader, please feel free to examine <a href="http://groups.google.com/group/comp.databases.oracle.server/browse_frm/thread/1a946dbe8dcfa71e" rel="nofollow"> every post made on this thread</a> by Bob Jones, and let me know if you can find any part of his argument that I have failed to address.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hit Ratios (3) &#171; Oracle Scratchpad</title>
		<link>http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/#comment-21008</link>
		<dc:creator><![CDATA[Hit Ratios (3) &#171; Oracle Scratchpad]]></dc:creator>
		<pubDate>Thu, 20 Sep 2007 11:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/#comment-21008</guid>
		<description><![CDATA[[...] Statspack, Troubleshooting &#8212; Jonathan Lewis @ 11:56 am UTC Sep 20,2007    A little while ago I wrote some notes on why monitoring the buffer cache hit ratio (BCHR) was a pointless exercise. I&#8217;ve recently [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Statspack, Troubleshooting &#8212; Jonathan Lewis @ 11:56 am UTC Sep 20,2007    A little while ago I wrote some notes on why monitoring the buffer cache hit ratio (BCHR) was a pointless exercise. I&#8217;ve recently [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Objects to put in keep buffer &#171; Oracle Logbook</title>
		<link>http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/#comment-20923</link>
		<dc:creator><![CDATA[Objects to put in keep buffer &#171; Oracle Logbook]]></dc:creator>
		<pubDate>Tue, 18 Sep 2007 19:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/#comment-20923</guid>
		<description><![CDATA[[...] For more information about buffer pool : http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] For more information about buffer pool : <a href="http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/" rel="nofollow">http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Good Buffer Distribution &#171; Oracle Logbook</title>
		<link>http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/#comment-20669</link>
		<dc:creator><![CDATA[Good Buffer Distribution &#171; Oracle Logbook]]></dc:creator>
		<pubDate>Fri, 14 Sep 2007 15:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/#comment-20669</guid>
		<description><![CDATA[[...] For more information about buffer pool : http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] For more information about buffer pool : <a href="http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/" rel="nofollow">http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mirjana</title>
		<link>http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/#comment-20555</link>
		<dc:creator><![CDATA[Mirjana]]></dc:creator>
		<pubDate>Wed, 12 Sep 2007 08:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/#comment-20555</guid>
		<description><![CDATA[Excellent!]]></description>
		<content:encoded><![CDATA[<p>Excellent!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SeánMacGC</title>
		<link>http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/#comment-20529</link>
		<dc:creator><![CDATA[SeánMacGC]]></dc:creator>
		<pubDate>Tue, 11 Sep 2007 13:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2007/09/05/hit-ratios-2/#comment-20529</guid>
		<description><![CDATA[Highly instructive Jonathan, thanks. 
One day we all might see the curvature of the horizon ;o)]]></description>
		<content:encoded><![CDATA[<p>Highly instructive Jonathan, thanks.<br />
One day we all might see the curvature of the horizon ;o)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
