<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/20107/Enterprise_Storage_Solution_Using_Nand_Flash_and_ZFS</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2009, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Mon, 09 Nov 2009 05:46:06 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>Interesting read...</title>
			<link>http://osnews.com/thread?324330</link>
			<guid isPermaLink="true">http://osnews.com/thread?324330</guid>
			<description>He's right in saying storage is going to change a lot in the next few years.<br />
Just a shame his blurb is full of inaccuracies and misinformation.</description>
			<pubDate>Thu, 24 Jul 2008 11:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (Nico57)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Interesting read...</title>
			<link>http://osnews.com/thread?324335</link>
			<guid isPermaLink="true">http://osnews.com/thread?324335</guid>
			<description>I've always had a dislike for people saying things like &quot;what he wrote was full of inaccuracies&quot; and then not actually telling me what was inaccurate. -1 for you...</description>
			<pubDate>Thu, 24 Jul 2008 11:57:00 GMT</pubDate>
			<author>donotreply@osnews.com (chekr)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Open Storage looks like a game changer</title>
			<link>http://osnews.com/thread?324336</link>
			<guid isPermaLink="true">http://osnews.com/thread?324336</guid>
			<description>Storage is one area of technology infrastructure that has been seriously proprietary. ZFS has in it's short life already spread out across the BSD's Mac and possibly even Linux platforms. Nexenta and Pogo Linux have released storage appliances based on the technology. Exciting stuff when compared to the IBM, EMC, NetApp proprietary technologies we have seen to date.</description>
			<pubDate>Thu, 24 Jul 2008 12:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (chekr)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Interesting read...</title>
			<link>http://osnews.com/thread?324342</link>
			<guid isPermaLink="true">http://osnews.com/thread?324342</guid>
			<description>Well, I found these sentences rather odd:<br />
<br />
&quot;Flash is very fast at reading and writing data, like DRAM [...]But unlike either alternative, Flash requires no power to remember data.&quot;<br />
<br />
Last time I checked RAM was about 100x faster than Flash and HDDs still had higher burst speeds and didn't require power to keep data - only for reads and writes.<br />
<br />
I guess he could have said &quot;For the typical use case (lots of small, random writes and reads) Flash is faster and more efficient than HDDs&quot;.<br />
Of course, that doesn't sound nearly as snappy <img src="/images/emo/wink.gif" alt=";)" /></description>
			<pubDate>Thu, 24 Jul 2008 12:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (RandomGuy)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Interesting read...</title>
			<link>http://osnews.com/thread?324349</link>
			<guid isPermaLink="true">http://osnews.com/thread?324349</guid>
			<description>Doesn't harddrives require power in order to retain their data over longer periods of time? With flash, you can take a backup and store it for many years and your data is still there, unaffected. <br />
<br />
By contrast, any magnetic storage will require you to re-magnetize them now and then, otherwise you'll lose the ability to distinguish between the bits.<br />
<br />
Look at backup tapes for instance, iirc it's recommended to make use of the tapes atleast once a year, if you don't, you may lose bits of data over time.<br />
<br />
We did a restore to disk of old tapes that hadn't been used for some 5-6 years and we lost some 20-25% of all the tapes. Even though we used the very same tape unit, the tapes had become unreadable over the years, probably due to not &quot;excercising&quot; the tapes and thus refreshing the magnetized areas.</description>
			<pubDate>Thu, 24 Jul 2008 13:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (reflect)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Interesting read...</title>
			<link>http://osnews.com/thread?324357</link>
			<guid isPermaLink="true">http://osnews.com/thread?324357</guid>
			<description><div class="cquote">By contrast, any magnetic storage will require you to re-magnetize them now and then, otherwise you'll lose the ability to distinguish between the bits. </div><br />
I still think he shouldn't have mentioned HDDs and RAM in the same breath. It's more than just a little misleading since the amount of energy needed to keep the information differs by many orders of magnitude.<br />
<br />
Actually, I think he was alluding to the fact that you have to spin up a HDD in order to read data from it and that requires energy. I don't work in a datacenter but I'd imagine they keep the platters spinning 24/7 to guarantee low latency and avoid wearing out the drives too fast. IIRC, a spin up/spin down is far more harmful to a HDD than running continuously.</description>
			<pubDate>Thu, 24 Jul 2008 14:42:00 GMT</pubDate>
			<author>donotreply@osnews.com (RandomGuy)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Screenshots</title>
			<link>http://osnews.com/thread?324733</link>
			<guid isPermaLink="true">http://osnews.com/thread?324733</guid>
			<description>There are two main technologies for flash in ZFS: the ZIL to improve write performance, and the L2ARC to improve read performance (although with current flash-memory based SSDs, we'll be using the L2ARC to improve random-read performance - and leave sequential read for the disks).<br />
<br />
I've been busy developing the L2ARC, and recently posted some screenshots of it in action here:<br />
<br />
<a href="http://blogs.sun.com/brendan/entry/test" rel="nofollow">http://blogs.sun.com/brendan/entry/test</a><br />
<br />
These results aren't the best we can do - this was just to provide an example of it doing something.<br />
<br />
A point about power consumption worth mentioning (and that Adam Leventhal has been making), is that the power savings aren't all about comparing flash-memory based SSDs to disks or DRAM; it is also about allowing slower spinning disks to be used for primary storage, while maintaining high performance through these flash technologies (if you want - the option is there for better price/performance).  Check out his ACM article for power consumption numbers:<br />
<br />
<a href="http://blogs.sun.com/ahl/entry/hybrid_storage_pools_in_cacm" rel="nofollow">http://blogs.sun.com/ahl/entry/hybrid_storage_pools_in_cacm</a></description>
			<pubDate>Sun, 27 Jul 2008 03:21:00 GMT</pubDate>
			<author>donotreply@osnews.com (bgregg)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
