<?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/"
		>
<channel>
	<title>Comments on: Aggregating in SQL across multiple levels and along several dimensions using ROLLUP and GROUPING SETS</title>
	<atom:link href="http://technology.amis.nl/2006/04/18/aggregating-in-sql-across-multiple-levels-and-along-several-dimensions-using-rollup-and-grouping-sets/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2006/04/18/aggregating-in-sql-across-multiple-levels-and-along-several-dimensions-using-rollup-and-grouping-sets/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=aggregating-in-sql-across-multiple-levels-and-along-several-dimensions-using-rollup-and-grouping-sets</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Viliam</title>
		<link>http://technology.amis.nl/2006/04/18/aggregating-in-sql-across-multiple-levels-and-along-several-dimensions-using-rollup-and-grouping-sets/#comment-3143</link>
		<dc:creator>Viliam</dc:creator>
		<pubDate>Wed, 19 Apr 2006 07:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1154#comment-3143</guid>
		<description><![CDATA[A remark to a statement, that UNION (ALL) is &quot;less than perfect performing&quot;:
* UNION is bad performing, it has to sort all queries and remove duplicates
* UNION ALL is perfectly performing, it just executes first query, returns rows, executes the second and returns rows. It is equal to executing both queries.

Viliam]]></description>
		<content:encoded><![CDATA[<p>A remark to a statement, that UNION (ALL) is &#8220;less than perfect performing&#8221;:<br />
* UNION is bad performing, it has to sort all queries and remove duplicates<br />
* UNION ALL is perfectly performing, it just executes first query, returns rows, executes the second and returns rows. It is equal to executing both queries.</p>
<p>Viliam</p>
]]></content:encoded>
	</item>
</channel>
</rss>
