<?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: Denormalized Databases:  A better example</title>
	<atom:link href="http://www.selikoff.net/2008/11/23/denormalized-databases-a-better-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.selikoff.net/2008/11/23/denormalized-databases-a-better-example/</link>
	<description>Java/J2EE Software Development and Technology Discussion Blog</description>
	<lastBuildDate>Mon, 15 Mar 2010 00:52:11 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Yma</title>
		<link>http://www.selikoff.net/2008/11/23/denormalized-databases-a-better-example/comment-page-1/#comment-1775</link>
		<dc:creator>Yma</dc:creator>
		<pubDate>Tue, 21 Jul 2009 16:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/blog/?p=622#comment-1775</guid>
		<description>Denormalization is beneficial especially if you have a normalized hierarchical table.An example could be parts having subparts resulting in a hierarchy of multiple levels. I did a time check on with an SQL query on this kind of a table(with 3 levels ) and the denormalized table gave a substantial performance improvement (with respect to time)</description>
		<content:encoded><![CDATA[<p>Denormalization is beneficial especially if you have a normalized hierarchical table.An example could be parts having subparts resulting in a hierarchy of multiple levels. I did a time check on with an SQL query on this kind of a table(with 3 levels ) and the denormalized table gave a substantial performance improvement (with respect to time)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Ernest</title>
		<link>http://www.selikoff.net/2008/11/23/denormalized-databases-a-better-example/comment-page-1/#comment-597</link>
		<dc:creator>Michael Ernest</dc:creator>
		<pubDate>Sun, 23 Nov 2008 22:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/blog/?p=622#comment-597</guid>
		<description>I wanted to chime in on the last article too, but for lack of time I couldn&#039;t finish my point, then lost what I had written to a cache flush. Oy.

My two cents on this one: delete this apology! Simple examples are meant to be taken apart, but for the sake of clarifying the problem, not criticizing the writer. The only nitpick that is worth reading to the end is a better example! If someon truly didn&#039;t get what you were saying because of your example, that&#039;s one thing.

As I see it, whiteboard examples are limiting in proportion to how literally it is understood -- and how quickly the reader would hope to apply it, rather than mediate on the meaning. If I&#039;ve learned anything from my almost-15 years in technical training, it&#039;s that people don&#039;t want to think if they don&#039;t have to, they want to plug in. Unless you&#039;re offering that service, stick to examples that demonstrate your point without proving it. Let the impatient reader meet you halfway. If they don&#039;t want to do even that, don&#039;t worry about it! You do well enough to put your points out there for free.

Keep &#039;em coming, Scott!</description>
		<content:encoded><![CDATA[<p>I wanted to chime in on the last article too, but for lack of time I couldn&#8217;t finish my point, then lost what I had written to a cache flush. Oy.</p>
<p>My two cents on this one: delete this apology! Simple examples are meant to be taken apart, but for the sake of clarifying the problem, not criticizing the writer. The only nitpick that is worth reading to the end is a better example! If someon truly didn&#8217;t get what you were saying because of your example, that&#8217;s one thing.</p>
<p>As I see it, whiteboard examples are limiting in proportion to how literally it is understood &#8212; and how quickly the reader would hope to apply it, rather than mediate on the meaning. If I&#8217;ve learned anything from my almost-15 years in technical training, it&#8217;s that people don&#8217;t want to think if they don&#8217;t have to, they want to plug in. Unless you&#8217;re offering that service, stick to examples that demonstrate your point without proving it. Let the impatient reader meet you halfway. If they don&#8217;t want to do even that, don&#8217;t worry about it! You do well enough to put your points out there for free.</p>
<p>Keep &#8216;em coming, Scott!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
