<?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: Group by Hash aggregation</title>
	<atom:link href="http://orainternals.wordpress.com/2010/09/30/group-by-hash-aggregation/feed/" rel="self" type="application/rss+xml" />
	<link>http://orainternals.wordpress.com/2010/09/30/group-by-hash-aggregation/</link>
	<description>Discussions about Oracle performance tuning, RAC, Oracle internal &#38; E-business suite.</description>
	<lastBuildDate>Sat, 11 May 2013 07:29:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: goldenorbit</title>
		<link>http://orainternals.wordpress.com/2010/09/30/group-by-hash-aggregation/#comment-634</link>
		<dc:creator><![CDATA[goldenorbit]]></dc:creator>
		<pubDate>Thu, 02 Dec 2010 02:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://orainternals.wordpress.com/?p=792#comment-634</guid>
		<description><![CDATA[http://jonathanlewis.wordpress.com/2008/12/21/group-by/#comment-38013

I posted a question to Jonathan regarding the performance of &quot;hash group by&quot; operation in 10gR2 and 11g. 

Jonathan started a poll to find out how many DBA actually disables this feature in 10g and 11g.]]></description>
		<content:encoded><![CDATA[<p><a href="http://jonathanlewis.wordpress.com/2008/12/21/group-by/#comment-38013" rel="nofollow">http://jonathanlewis.wordpress.com/2008/12/21/group-by/#comment-38013</a></p>
<p>I posted a question to Jonathan regarding the performance of &#8220;hash group by&#8221; operation in 10gR2 and 11g. </p>
<p>Jonathan started a poll to find out how many DBA actually disables this feature in 10g and 11g.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: orainternals</title>
		<link>http://orainternals.wordpress.com/2010/09/30/group-by-hash-aggregation/#comment-579</link>
		<dc:creator><![CDATA[orainternals]]></dc:creator>
		<pubDate>Thu, 07 Oct 2010 15:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://orainternals.wordpress.com/?p=792#comment-579</guid>
		<description><![CDATA[Hello Walter
   Thanks for reading my blog. For some reason, your comments went in to spam folder, sorry about that.
   I read that bug 8619631. Interesting issue. How much is the performance difference between the SORT GROUP BY and HASH GROUP BY in your case? Is this related to HASH GROUP BY using hashing method matching with partition boundaries? or something else? Would you please share some details?

Cheers
Riyaj]]></description>
		<content:encoded><![CDATA[<p>Hello Walter<br />
   Thanks for reading my blog. For some reason, your comments went in to spam folder, sorry about that.<br />
   I read that bug 8619631. Interesting issue. How much is the performance difference between the SORT GROUP BY and HASH GROUP BY in your case? Is this related to HASH GROUP BY using hashing method matching with partition boundaries? or something else? Would you please share some details?</p>
<p>Cheers<br />
Riyaj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walter</title>
		<link>http://orainternals.wordpress.com/2010/09/30/group-by-hash-aggregation/#comment-578</link>
		<dc:creator><![CDATA[Walter]]></dc:creator>
		<pubDate>Thu, 07 Oct 2010 00:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://orainternals.wordpress.com/?p=792#comment-578</guid>
		<description><![CDATA[Riyaj,

Your post is interesting as we are suffering from the exact opposite, we want optimizer to perform HASH GROUP BY whereas it is performing SORT GROUP BY on our 11.1.0.7 database. Metalink has filed a bug for this as well 

Note: 8619631.8

Walter.]]></description>
		<content:encoded><![CDATA[<p>Riyaj,</p>
<p>Your post is interesting as we are suffering from the exact opposite, we want optimizer to perform HASH GROUP BY whereas it is performing SORT GROUP BY on our 11.1.0.7 database. Metalink has filed a bug for this as well </p>
<p>Note: 8619631.8</p>
<p>Walter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: orainternals</title>
		<link>http://orainternals.wordpress.com/2010/09/30/group-by-hash-aggregation/#comment-577</link>
		<dc:creator><![CDATA[orainternals]]></dc:creator>
		<pubDate>Wed, 06 Oct 2010 21:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://orainternals.wordpress.com/?p=792#comment-577</guid>
		<description><![CDATA[Bhavik
  I updated the blog with pstack/pmap commands. Hope that helps!
Cheers
Riyaj]]></description>
		<content:encoded><![CDATA[<p>Bhavik<br />
  I updated the blog with pstack/pmap commands. Hope that helps!<br />
Cheers<br />
Riyaj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walter</title>
		<link>http://orainternals.wordpress.com/2010/09/30/group-by-hash-aggregation/#comment-575</link>
		<dc:creator><![CDATA[Walter]]></dc:creator>
		<pubDate>Tue, 05 Oct 2010 21:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://orainternals.wordpress.com/?p=792#comment-575</guid>
		<description><![CDATA[Funny you mentioned this post as we are having the opposite issue on our 11.1.0.7 environment.  Its mentioned in bug 8619361 and sort group by is taking an awful amount of time.

Walter.]]></description>
		<content:encoded><![CDATA[<p>Funny you mentioned this post as we are having the opposite issue on our 11.1.0.7 environment.  Its mentioned in bug 8619361 and sort group by is taking an awful amount of time.</p>
<p>Walter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: orainternals</title>
		<link>http://orainternals.wordpress.com/2010/09/30/group-by-hash-aggregation/#comment-573</link>
		<dc:creator><![CDATA[orainternals]]></dc:creator>
		<pubDate>Mon, 04 Oct 2010 18:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://orainternals.wordpress.com/?p=792#comment-573</guid>
		<description><![CDATA[Thank you for reading my blog.

Yasser
  I think, I have a presentation about unix tools. I may not have uploaded yet, I will check up on it..

Bhavik
  Thanks for sharing your experience. I guess, introducing a mandatory SORT option might avoid HASH GROUP BY feature in 10g and 11g. But, In future, Oracle might introduce grouping + sorting using HASH methods though. 

Thanks
Riyaj]]></description>
		<content:encoded><![CDATA[<p>Thank you for reading my blog.</p>
<p>Yasser<br />
  I think, I have a presentation about unix tools. I may not have uploaded yet, I will check up on it..</p>
<p>Bhavik<br />
  Thanks for sharing your experience. I guess, introducing a mandatory SORT option might avoid HASH GROUP BY feature in 10g and 11g. But, In future, Oracle might introduce grouping + sorting using HASH methods though. </p>
<p>Thanks<br />
Riyaj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhavik Desai</title>
		<link>http://orainternals.wordpress.com/2010/09/30/group-by-hash-aggregation/#comment-572</link>
		<dc:creator><![CDATA[Bhavik Desai]]></dc:creator>
		<pubDate>Mon, 04 Oct 2010 14:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://orainternals.wordpress.com/?p=792#comment-572</guid>
		<description><![CDATA[Hi Riyaj,

I encountered similar issue in one of my 10g data-ware house.
As you mentioned, HASH GROUP BY not bad and there are certainly some sets of sort mechanisms where HASH GROUP BY is better than SORT GROUP BY.
However, i resolved my issue by putting a dummy ORDER BY clause with existing GROUP by.
Note that, Order BY clause will mostly use SORT GROUP BY.]]></description>
		<content:encoded><![CDATA[<p>Hi Riyaj,</p>
<p>I encountered similar issue in one of my 10g data-ware house.<br />
As you mentioned, HASH GROUP BY not bad and there are certainly some sets of sort mechanisms where HASH GROUP BY is better than SORT GROUP BY.<br />
However, i resolved my issue by putting a dummy ORDER BY clause with existing GROUP by.<br />
Note that, Order BY clause will mostly use SORT GROUP BY.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yasser</title>
		<link>http://orainternals.wordpress.com/2010/09/30/group-by-hash-aggregation/#comment-567</link>
		<dc:creator><![CDATA[Yasser]]></dc:creator>
		<pubDate>Sat, 02 Oct 2010 04:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://orainternals.wordpress.com/?p=792#comment-567</guid>
		<description><![CDATA[Excellent Scientific Approach !!

Could you please share pstack, pmap, and truss commands in detail, will be helpful for reference.

-Yasser]]></description>
		<content:encoded><![CDATA[<p>Excellent Scientific Approach !!</p>
<p>Could you please share pstack, pmap, and truss commands in detail, will be helpful for reference.</p>
<p>-Yasser</p>
]]></content:encoded>
	</item>
</channel>
</rss>
