<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>US Daily Mirror &#187; More&#8230;</title>
	<atom:link href="http://www.usdailymirror.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.usdailymirror.com</link>
	<description>Daily News &#38; Views from the US and Around the World</description>
	<lastBuildDate>Sat, 04 Apr 2009 07:10:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>THIS is TRUE #766: 15 February</title>
		<link>http://www.usdailymirror.com/uncategorized/2009022021/108/this-is-true-766-15-february/</link>
		<comments>http://www.usdailymirror.com/uncategorized/2009022021/108/this-is-true-766-15-february/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 04:37:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[More...]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[

To read the full text of this week's issue see
This is True's --
weird news stories.
Large portions of True are archived on the web, including the
This is True story archive,
the Honorary Unsubscribe, and
the Bonzer Web Site of the Week.
This is True...]]></description>
		<wfw:commentRss>http://www.usdailymirror.com/uncategorized/2009022021/108/this-is-true-766-15-february/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>THIS is TRUE #766: 15 February</title>
		<link>http://www.usdailymirror.com/uncategorized/2009022021/354/this-is-true-766-15-february-2/</link>
		<comments>http://www.usdailymirror.com/uncategorized/2009022021/354/this-is-true-766-15-february-2/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 04:37:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[More...]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[

To read the full text of this week's issue see
This is True's --
weird news stories.
Large portions of True are archived on the web, including the
This is True story archive,
the Honorary Unsubscribe, and
the Bonzer Web Site of the Week.
This is True...]]></description>
		<wfw:commentRss>http://www.usdailymirror.com/uncategorized/2009022021/354/this-is-true-766-15-february-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Bet on Moore Saving Your Ass</title>
		<link>http://www.usdailymirror.com/uncategorized/2009010708/49/dont-bet-on-moore-saving-your-ass/</link>
		<comments>http://www.usdailymirror.com/uncategorized/2009010708/49/dont-bet-on-moore-saving-your-ass/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 15:10:38 +0000</pubDate>
		<dc:creator>Jeremy@Zawodny.com</dc:creator>
				<category><![CDATA[More...]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>Over on the <a href="http://www.37signals.com/svn/posts">37signals blog</a>, DHH writes <a href="http://www.37signals.com/svn/posts/1509-mr-moore-gets-to-punt-on-sharding">Mr. Moore gets to punt on sharding</a>.  His argument is basically that if you continually delay fixing your data storage and retrieval layer, <a href="http://en.wikipedia.org/wiki/Moore%27s_law">Moore's Law</a> will be there to save our ass--over and over again.</p>

<p>Bzzzt.  Wrong answer.</p>

<p>Depending on future improvements to fix your own bad planning is a risky way to build an on-line service--especially one you expect to grow <em>and</em> charge money for.</p>

<p>It's easy to forget history in this industry (as Paul pointed out in the comments on that post).  There was a point a few years ago when people still believed the clock speed of CPUs would be doubling roughly every 18 months for half the cost.  Putting aside that Moore's Law is really about transistor density and not raw speed, we all ended up taking a funny little detour anyway.</p>

<p>Until recently, the sweet spot (in terms of cost and power use) was probably a dual CPU, dual core server with 16 or 32GB of RAM.  But soon that'll be dual quads with 32 or 64GB of RAM.  And then it'll be quad eight core CPUs with 128GB or whatever.</p>

<p>But notice that nowadays we're not all running 6.4GHz CPUs in our servers.  Instead we're running multi-core CPUs at slower clock speeds.  Those two are definitely <em>not</em> equivalent.</p>

<p>A funny thing happens as you add cores and CPUs.  You begin to find that the underlying software doesn't always... get this... <em>scale</em>.  That's right.  Software designed in a primarily single or dual CPU world starts to show its age and performance limitation in a world where you have 8, 16, or 32 cores per server (and more if you're running one of <a href="http://www.sun.com/servers/coolthreads/t5140/">those crazy Sun boxes</a>).</p>

<p>You see, David is talking specifically about MySQL (and probably InnoDB), which is currently being patched by outside developers precisely because it has multi-core issues .  Its locking is expensive and not granular enough to utilize all those cores.  It's expensive in terms of memory use too.  And there are assumptions built into the I/O subsystem that don't scale well in today's world of fast multi-disk RAID units, SSDs, and SANs.  People are hitting these issues in the real world and it's definitely becoming a serious bottleneck.</p>

<p>See Also: <a href="http://jeremy.zawodny.com/blog/archives/010774.html">The New MySQL Landscape</a>.</p>

<p>Moore's Law is no silver bullet here.  A fundamental change has occurred in the hardware platform and now we're all playing catch-up in one way or another.</p>

<p>I'll discuss this a bit in my upcoming <a href="http://jeremy.zawodny.com/blog/archives/010805.html">MySQL Conference Talk too</a>.  The world is not nearly as clear or simple as DHH is suggesting.  Perhaps <em>they</em> can get by with constantly postponing the work of sharding their database, but that doesn't mean you should follow their lead.</p>  <p>(<a href="http://jeremy.zawodny.com/blog/archives/010841.html#comments">comments</a>)</p>]]></description>
		<wfw:commentRss>http://www.usdailymirror.com/uncategorized/2009010708/49/dont-bet-on-moore-saving-your-ass/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
