<?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: The Mother of All Database Normalization Debates</title>
	<atom:link href="http://www.grok.in/blog/2008/07/25/the-mother-of-all-database-normalization-debates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.grok.in/blog/2008/07/25/the-mother-of-all-database-normalization-debates/</link>
	<description>(ignorance killed the cat, curiosity was framed)</description>
	<lastBuildDate>Wed, 16 Jun 2010 18:48:41 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nathan</title>
		<link>http://www.grok.in/blog/2008/07/25/the-mother-of-all-database-normalization-debates/comment-page-1/#comment-469</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Thu, 04 Jun 2009 06:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.grok.in/?p=51#comment-469</guid>
		<description>Normalization is nothing just read the following link

http://sqldbsolution.blogspot.com/2009/06/normalization-is-first-step-for-db.html

By nathan</description>
		<content:encoded><![CDATA[<p>Normalization is nothing just read the following link</p>
<p><a href="http://sqldbsolution.blogspot.com/2009/06/normalization-is-first-step-for-db.html" rel="nofollow">http://sqldbsolution.blogspot.com/2009/06/normalization-is-first-step-for-db.html</a></p>
<p>By nathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward M. Goldberg</title>
		<link>http://www.grok.in/blog/2008/07/25/the-mother-of-all-database-normalization-debates/comment-page-1/#comment-417</link>
		<dc:creator>Edward M. Goldberg</dc:creator>
		<pubDate>Mon, 29 Dec 2008 23:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.grok.in/?p=51#comment-417</guid>
		<description>You can do both!

Normalize the Master or Origin information and De-Normalize of the deployment of the information that is used for look-ups.

We do this all of the time and real life.  The information we USE is a De-Normalized version of the database for most re-life uses.  For example out day-timer.   The internal version may be very folded or normalized.

The bank creates a De-normalized version of information on paper as a backup for bank use if the database is down and as a cross reference.

Do the same for your applications.  For example, once a day compile the &quot;stats&quot; that the user sees on the web page from the Normalized internal schema.  Let the user know that this is a &quot;once a day&quot; roll up of the stats.  Now the action needed for this web page will be VERY fast.  The over head low.  You have a fast solution.  The information is NOT real time,  but the user gets a quick reply.

Edward M. Goldberg
http://Blog.EdwardMGoldberg.com</description>
		<content:encoded><![CDATA[<p>You can do both!</p>
<p>Normalize the Master or Origin information and De-Normalize of the deployment of the information that is used for look-ups.</p>
<p>We do this all of the time and real life.  The information we USE is a De-Normalized version of the database for most re-life uses.  For example out day-timer.   The internal version may be very folded or normalized.</p>
<p>The bank creates a De-normalized version of information on paper as a backup for bank use if the database is down and as a cross reference.</p>
<p>Do the same for your applications.  For example, once a day compile the &#8220;stats&#8221; that the user sees on the web page from the Normalized internal schema.  Let the user know that this is a &#8220;once a day&#8221; roll up of the stats.  Now the action needed for this web page will be VERY fast.  The over head low.  You have a fast solution.  The information is NOT real time,  but the user gets a quick reply.</p>
<p>Edward M. Goldberg<br />
<a href="http://Blog.EdwardMGoldberg.com" rel="nofollow">http://Blog.EdwardMGoldberg.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sappani</title>
		<link>http://www.grok.in/blog/2008/07/25/the-mother-of-all-database-normalization-debates/comment-page-1/#comment-410</link>
		<dc:creator>sappani</dc:creator>
		<pubDate>Tue, 23 Dec 2008 00:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.grok.in/?p=51#comment-410</guid>
		<description>yenna mame, sappunu oru matter ah solli irukka....</description>
		<content:encoded><![CDATA[<p>yenna mame, sappunu oru matter ah solli irukka&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thejesh GN</title>
		<link>http://www.grok.in/blog/2008/07/25/the-mother-of-all-database-normalization-debates/comment-page-1/#comment-393</link>
		<dc:creator>Thejesh GN</dc:creator>
		<pubDate>Tue, 28 Oct 2008 08:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.grok.in/?p=51#comment-393</guid>
		<description>Normalization is a double sided sword. You need to know when to stop normalizing. 

I had a case where I had to join the same table again and again ( table joined with the same table) to get few rows of data. The app performance was pathetic just because of complex queries. (due to highly normalized tables)</description>
		<content:encoded><![CDATA[<p>Normalization is a double sided sword. You need to know when to stop normalizing. </p>
<p>I had a case where I had to join the same table again and again ( table joined with the same table) to get few rows of data. The app performance was pathetic just because of complex queries. (due to highly normalized tables)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
