<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / tag / distinct</title>
<link>http://netvouz.com/tag/distinct?feed=rss</link>
<description>Bookmarks tagged with &quot;distinct&quot; on Netvouz</description>
<item><title>SELECT DISTINCT: A SQL Case Study</title>
<link>http://www.databasejournal.com/features/postgresql/article.php/3437821</link>
<description>There is an understanding in the database world that using a &#39;SELECT DISTINCT&#39; SQL query is not a good idea, because it is essentially getting duplicate rows out of the database and then discarding them.  Usually it&#39;s better to rearrange the &#39;WHERE&#39; clause in the query to only get the rows you need.  Tom Copeland gives a step-by-step &#39;case study&#39; of analyzing a query in PostgreSQL and how to ensure that your SQL rewrite is actually paying off.</description>
<category domain="http://netvouz.com/postasaurus?category=5218929615096713219">programming &gt; sql</category>
<author>postasaurus</author>
<pubDate>Tue, 12 Dec 2006 10:12:10 GMT</pubDate>
</item></channel></rss>