<?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"
	>
<channel>
	<title>Comments on: Solid-state drives: when external memory becomes as fast as internal memory</title>
	<atom:link href="http://www.daniel-lemire.com/blog/archives/2008/01/15/solid-state-drives-when-external-memory-becomes-as-fast-as-internal-memory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daniel-lemire.com/blog/archives/2008/01/15/solid-state-drives-when-external-memory-becomes-as-fast-as-internal-memory/</link>
	<description>Daniel Lemire's blog is about life in academia, research in Computer Science, wondering how we can reconcile fast databases and algorithms with the informal and asemantic nature of the world around us. It is broadcasted from  Montreal (Canada).</description>
	<pubDate>Mon, 08 Sep 2008 15:06:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Kevin Burton</title>
		<link>http://www.daniel-lemire.com/blog/archives/2008/01/15/solid-state-drives-when-external-memory-becomes-as-fast-as-internal-memory/#comment-49701</link>
		<dc:creator>Kevin Burton</dc:creator>
		<pubDate>Wed, 23 Jan 2008 19:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.daniel-lemire.com/blog/archives/2008/01/15/solid-state-drives-when-external-memory-becomes-as-fast-as-internal-memory/#comment-49701</guid>
		<description>Read this:

http://www.nextlevelhardware.com/storage/battleship/

and this:

http://feedblog.org/2007/12/13/ssd-vs-memory-the-end-is-nigh/

These drives can do a HIGH number of iops which is why they can do the high write rate.

The trade off is capacity.

The drives we're looking at are only 32GB.

We should have the drives this week so I'm hoping to have mysql benchmarks soon.

Kevin</description>
		<content:encoded><![CDATA[<p>Read this:</p>
<p><a href="http://www.nextlevelhardware.com/storage/battleship/" rel="nofollow">http://www.nextlevelhardware.com/storage/battleship/</a></p>
<p>and this:</p>
<p><a href="http://feedblog.org/2007/12/13/ssd-vs-memory-the-end-is-nigh/" rel="nofollow">http://feedblog.org/2007/12/13/ssd-vs-memory-the-end-is-nigh/</a></p>
<p>These drives can do a HIGH number of iops which is why they can do the high write rate.</p>
<p>The trade off is capacity.</p>
<p>The drives we&#8217;re looking at are only 32GB.</p>
<p>We should have the drives this week so I&#8217;m hoping to have mysql benchmarks soon.</p>
<p>Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Lemire</title>
		<link>http://www.daniel-lemire.com/blog/archives/2008/01/15/solid-state-drives-when-external-memory-becomes-as-fast-as-internal-memory/#comment-49700</link>
		<dc:creator>Daniel Lemire</dc:creator>
		<pubDate>Wed, 23 Jan 2008 19:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.daniel-lemire.com/blog/archives/2008/01/15/solid-state-drives-when-external-memory-becomes-as-fast-as-internal-memory/#comment-49700</guid>
		<description>Thanks, for the comments. 

&gt; Well, *some* of the SSDs are bad at random writes.

My impression was that the current breed of high-capacity SSDs are bad at random writes.

&gt; HDDs are perfectly good at sequential writes.  The HDDs we're using now are GREAT at them.  Nearly 100MB/s.
&gt; More modern SSDs can do fine at random writes.  The mtron SSDs can so fully random 4k writes @ 80MB/s.

Wow. I find it odd that you have nearly no penalty for the random writes. What is the trade-off? Cost? Capacity?

&gt; In fact, they're great at random reads too.
&gt; You can do fully random 4k reads at up to 100MB/s :)
&gt; In fact, you can read the whole drive, randomly, in 32 seconds :)

So the drive has a 4 GB capacity?</description>
		<content:encoded><![CDATA[<p>Thanks, for the comments. </p>
<p>> Well, *some* of the SSDs are bad at random writes.</p>
<p>My impression was that the current breed of high-capacity SSDs are bad at random writes.</p>
<p>> HDDs are perfectly good at sequential writes.  The HDDs we&#8217;re using now are GREAT at them.  Nearly 100MB/s.<br />
> More modern SSDs can do fine at random writes.  The mtron SSDs can so fully random 4k writes @ 80MB/s.</p>
<p>Wow. I find it odd that you have nearly no penalty for the random writes. What is the trade-off? Cost? Capacity?</p>
<p>> In fact, they&#8217;re great at random reads too.<br />
> You can do fully random 4k reads at up to 100MB/s <img src='http://www.daniel-lemire.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
> In fact, you can read the whole drive, randomly, in 32 seconds <img src='http://www.daniel-lemire.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So the drive has a 4 GB capacity?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Burton</title>
		<link>http://www.daniel-lemire.com/blog/archives/2008/01/15/solid-state-drives-when-external-memory-becomes-as-fast-as-internal-memory/#comment-49699</link>
		<dc:creator>Kevin Burton</dc:creator>
		<pubDate>Wed, 23 Jan 2008 18:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.daniel-lemire.com/blog/archives/2008/01/15/solid-state-drives-when-external-memory-becomes-as-fast-as-internal-memory/#comment-49699</guid>
		<description>Dan,

Well, *some* of the SSDs are bad at random writes. 

HDDs are perfectly good at sequential writes.  The HDDs we're using now are GREAT at them.  Nearly 100MB/s.  

More modern SSDs can do fine at random writes.  The mtron SSDs can so fully random 4k writes @ 80MB/s.

In fact, the prime reason we're going with SSD is that they can do random writes at this speed.

In fact, they're great at random reads too.

You can do fully random 4k reads at up to 100MB/s :)

In fact, you can read the whole drive, randomly, in 32 seconds :)</description>
		<content:encoded><![CDATA[<p>Dan,</p>
<p>Well, *some* of the SSDs are bad at random writes. </p>
<p>HDDs are perfectly good at sequential writes.  The HDDs we&#8217;re using now are GREAT at them.  Nearly 100MB/s.  </p>
<p>More modern SSDs can do fine at random writes.  The mtron SSDs can so fully random 4k writes @ 80MB/s.</p>
<p>In fact, the prime reason we&#8217;re going with SSD is that they can do random writes at this speed.</p>
<p>In fact, they&#8217;re great at random reads too.</p>
<p>You can do fully random 4k reads at up to 100MB/s <img src='http://www.daniel-lemire.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>In fact, you can read the whole drive, randomly, in 32 seconds <img src='http://www.daniel-lemire.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Lemire</title>
		<link>http://www.daniel-lemire.com/blog/archives/2008/01/15/solid-state-drives-when-external-memory-becomes-as-fast-as-internal-memory/#comment-49696</link>
		<dc:creator>Daniel Lemire</dc:creator>
		<pubDate>Wed, 23 Jan 2008 14:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.daniel-lemire.com/blog/archives/2008/01/15/solid-state-drives-when-external-memory-becomes-as-fast-as-internal-memory/#comment-49696</guid>
		<description>Thanks for the comment Kevin....

Are those sequential writes... as in... you need to dump one large contiguous stream of data... or is it random access like building an external memory hash table?

SSD are apparently very bad at random writes... but they do ok at sequential writes...  because of their data block structure...</description>
		<content:encoded><![CDATA[<p>Thanks for the comment Kevin&#8230;.</p>
<p>Are those sequential writes&#8230; as in&#8230; you need to dump one large contiguous stream of data&#8230; or is it random access like building an external memory hash table?</p>
<p>SSD are apparently very bad at random writes&#8230; but they do ok at sequential writes&#8230;  because of their data block structure&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Burton</title>
		<link>http://www.daniel-lemire.com/blog/archives/2008/01/15/solid-state-drives-when-external-memory-becomes-as-fast-as-internal-memory/#comment-49695</link>
		<dc:creator>Kevin Burton</dc:creator>
		<pubDate>Wed, 23 Jan 2008 06:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.daniel-lemire.com/blog/archives/2008/01/15/solid-state-drives-when-external-memory-becomes-as-fast-as-internal-memory/#comment-49695</guid>
		<description>The biggest barrier to entry is the write speed.

To date most of the SSDs we've looked at have lied about their write speed by saying the drive can do 100MB/s but when you benchmark it can only do about 20MB/s write throughput. It can still do 100MB/s reads but that's not too great if you're 100% write bound like we are.

We're going to be getting some to play with shortly and I'm very excited by this :)</description>
		<content:encoded><![CDATA[<p>The biggest barrier to entry is the write speed.</p>
<p>To date most of the SSDs we&#8217;ve looked at have lied about their write speed by saying the drive can do 100MB/s but when you benchmark it can only do about 20MB/s write throughput. It can still do 100MB/s reads but that&#8217;s not too great if you&#8217;re 100% write bound like we are.</p>
<p>We&#8217;re going to be getting some to play with shortly and I&#8217;m very excited by this <img src='http://www.daniel-lemire.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harold Jarche</title>
		<link>http://www.daniel-lemire.com/blog/archives/2008/01/15/solid-state-drives-when-external-memory-becomes-as-fast-as-internal-memory/#comment-49689</link>
		<dc:creator>Harold Jarche</dc:creator>
		<pubDate>Wed, 16 Jan 2008 02:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.daniel-lemire.com/blog/archives/2008/01/15/solid-state-drives-when-external-memory-becomes-as-fast-as-internal-memory/#comment-49689</guid>
		<description>Zonbu (linux based and much cheaper) uses a solid state drive as well, though you only have 4 GB onboard.</description>
		<content:encoded><![CDATA[<p>Zonbu (linux based and much cheaper) uses a solid state drive as well, though you only have 4 GB onboard.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
