<?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: Harddrivers are cheap, CPU&#8217;s aren&#8217;t; cache your data, fool!</title>
	<atom:link href="http://blog.jorygeerts.com/2007/01/06/harddrivers-are-cheap-cpus-arent-cache-your-data-fool/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jorygeerts.com/2007/01/06/harddrivers-are-cheap-cpus-arent-cache-your-data-fool/</link>
	<description>Just another WordPress weblog, or something like that</description>
	<lastBuildDate>Sun, 16 May 2010 16:52:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jory</title>
		<link>http://blog.jorygeerts.com/2007/01/06/harddrivers-are-cheap-cpus-arent-cache-your-data-fool/comment-page-1/#comment-2543</link>
		<dc:creator>Jory</dc:creator>
		<pubDate>Sun, 07 Jan 2007 13:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jorygeerts.com/2007/01/06/harddrivers-are-cheap-cpus-arent-cache-your-data-fool/#comment-2543</guid>
		<description>Man, your so much better at explaining stuff that I am.. thats exactly what I meant. :P</description>
		<content:encoded><![CDATA[<p>Man, your so much better at explaining stuff that I am.. thats exactly what I meant. <img src='http://blog.jorygeerts.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Privett</title>
		<link>http://blog.jorygeerts.com/2007/01/06/harddrivers-are-cheap-cpus-arent-cache-your-data-fool/comment-page-1/#comment-2542</link>
		<dc:creator>Jeremy Privett</dc:creator>
		<pubDate>Sun, 07 Jan 2007 01:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jorygeerts.com/2007/01/06/harddrivers-are-cheap-cpus-arent-cache-your-data-fool/#comment-2542</guid>
		<description>Whenever I&#039;m working on an application that needs data parsed like what you described above, I always add one additional field to the database table to hold the unparsed data. And the only time this data is presented is to an editor. When the edit is complete, the unparsed data gets updated and the parsed data is overwritten with the new reflection of the unparsed.

Does this take up more disk space? Yes. Who cares? Not me. When you start to talk about a high volume of visitors to the application, scalability is important. And this is the most scalable solution. You parse once when data is submitted, and never have to parse again, unless it&#039;s edited. Simple logic, really.

Don&#039;t waste extra CPU cycles on unnecessary parsing of what is more often than not static data.</description>
		<content:encoded><![CDATA[<p>Whenever I&#8217;m working on an application that needs data parsed like what you described above, I always add one additional field to the database table to hold the unparsed data. And the only time this data is presented is to an editor. When the edit is complete, the unparsed data gets updated and the parsed data is overwritten with the new reflection of the unparsed.</p>
<p>Does this take up more disk space? Yes. Who cares? Not me. When you start to talk about a high volume of visitors to the application, scalability is important. And this is the most scalable solution. You parse once when data is submitted, and never have to parse again, unless it&#8217;s edited. Simple logic, really.</p>
<p>Don&#8217;t waste extra CPU cycles on unnecessary parsing of what is more often than not static data.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
