<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
>

<channel>
	<title>Gestalt IT &#187; SSD Archives  &#8211; Gestalt IT</title>
	<atom:link href="http://gestaltit.com/tag/ssd/feed/" rel="self" type="application/rss+xml" />
	<link>http://gestaltit.com</link>
	<description>Independent Experts United</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:00:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<image>
			<title>Gestalt IT</title>
			<url>http://gestaltit.com/wp-content/uploads/2009/02/gestalt-it-feedicon-21.png</url>
			<link>http://gestaltit.com</link>
			<width>144</width>
			<height>37</height>
			<description>Independent Experts United</description>
		</image><!-- podcast_generator="Blubrry PowerPress/2.0.4" -->
	<itunes:summary>Gestalt IT is a community of independent IT infrastructure experts. We gather at GestaltIT.com and our Tech FIeld Day events to discuss the topics of the day. This podcast includes video and audio recordings of these discussions.</itunes:summary>
	<itunes:author>Stephen Foskett</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://gestaltit.com/wp-content/uploads/powerpress/Gestalt_IT_Tech_Field_Day_Roundtable_Podcast_600.png" />
	<itunes:owner>
		<itunes:name>Stephen Foskett</itunes:name>
		<itunes:email>stephen@fosketts.net</itunes:email>
	</itunes:owner>
	<managingEditor>stephen@fosketts.net (Stephen Foskett)</managingEditor>
	<itunes:subtitle>The best independent IT commentary</itunes:subtitle>
	<itunes:keywords>Storage, Virtualization, Networking, IT</itunes:keywords>
	<image>
		<title>Gestalt IT &#187; SSD Archives  &#8211; Gestalt IT</title>
		<url>http://gestaltit.com/wp-content/uploads/powerpress/Gestalt_IT_Tech_Field_Day_Roundtable_Podcast_144.png</url>
		<link>http://gestaltit.com</link>
	</image>
	<itunes:category text="Technology" />
	<itunes:category text="Business" />
	<itunes:category text="Technology">
		<itunes:category text="Tech News" />
	</itunes:category>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>NetApp Deduplication An In-depth Look</title>
		<link>http://gestaltit.com/all/tech/storage/joerg/netapp-deduplication-indepth/</link>
		<comments>http://gestaltit.com/all/tech/storage/joerg/netapp-deduplication-indepth/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 16:30:00 +0000</pubDate>
		<dc:creator>Joerg Hallbauer</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Flash Cache]]></category>
		<category><![CDATA[NetApp]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[tiered storage]]></category>

		<guid isPermaLink="false">http://gestaltit.com/?guid=fca0114f0dde6817a89f70fe38f3a461</guid>
		<description><![CDATA[There has been a lot of discussion lately about the NetApp deduplication technology, especially on twitter.  We had a lot of misinformation and FUD flying around, so I thought that a blog entry that takes a close look at the technology was in order.]]></description>
			<content:encoded><![CDATA[<p>There has been a lot of discussion lately about the NetApp deduplication technology, especially on twitter.  We had a lot of misinformation and FUD flying around, so I thought that a blog entry that takes a close look at the technology was in order.</p>
<p>But first a bit of disclosure,  I currently work for a storage reseller that sells NetApp as well as other storage. The information in this blog posting is derived from NetApp documents, as well as my own personal experience with the technology at our customer sites.  This posting is not intended to promote the technology as much as it is to explain it. The intent here is to provide information from an independent perspective. Those reading this blog post are, of course, free to interpret it the way they choose.</p>
<p><strong>How NetApp writes data to disk.</strong></p>
<p>First lets talk about how the technology works.  For those who aren&#8217;t familiar with how a NetApp array stores data on disk, here&#8217;s the key to understanding how NetApp approaches writes.  NetApp stores data on disk using a simple file system called WAFL (Write Anywhere File Layout).  The file system stores metadata which contains information about the data blocks, has inodes that point to indirect blocks, and indirect blocks point to the data blocks. One other thing that should be noted about the way that NetApp writes data is that the controller will coalesce writes into full stripes when ever possible. Furthermore, the concept of updating a block is unknown in the NetApp world. Block updates are simply handled as new writes, and the pointers to the updated blocks are moved to point to the new &#8220;updated&#8221; block.</p>
<p><strong>How deduplication works.</strong></p>
<p>First, it should be noted that NetApp deduplication operates on a volume level.  In other words,all of the data within a single NetApp volume is a candidate for deduplication. This includes both file data, and block (LUN) data that is stored within that Netapp volume.  NetApp deduplication is a post-process that occurs based on either a watermark for the volume, or on a schedule.  For example, if the volume exceeds 80% of it&#8217;s capacity a deduplication run can be started automatically. Or, a  deduplication run can be started at a particular time of day, usually at a time when the user thinks the array will be less utilized.</p>
<p>The maximum sharing for a block is 255. This means that if there are 500 duplicate blocks,there will be 2 blocks actually stored with 1/2 of the pointers pointing to the first block and 1/2 of the pointers pointing to the second block. Note that this 255 maximum is separate from the 255 maximum for snapshots.</p>
<p>When deduplication runs for the first time on a NetApp volume with existing data, it scans the blocks in the volume and creates a fingerprint database, which contains a sorted list of all fingerprints for used blocks in the volume.  After the fingerprint file is created, fingerprints are checked for duplicates, and, when found, first a byte- by-byte comparison of the blocks is done to make sure that the blocks are indeed identical. If they are found to be identical, the block‘s pointer is updated to the already existing data block, and the new (duplicate) data block is released. Releasing a duplicate data block entails updating the indirect inode pointing to it, incrementing the block reference count for the already existing data block, and freeing the duplicate data block.</p>
<p>As new data is written to the deduplicated volume, a fingerprint is created for each new block and written to a change log file. When deduplication is run subsequently, the change log is sorted, its sorted fingerprints are merged with those in the fingerprint file, and then the deduplication processing occurs as described above.  There are two change log files, so that as deduplication is running and merging the new blocks from one change log file into the fingerprint file, new data that is being written to the flexible volume is causing fingerprints for these new blocks to be written to the second change log file. The roles of the two files are then reversed the next time that deduplication is run. (For those familiar with Data ONTAP usage of NVRAM, this is analogous to when it switches from one half to the other to create a consistency point.)  Note that when deduplication is run an an empty volume, the fingerprint file is still created from the log file.<br />
<strong><br />
Performance of NetApp deduplication</strong>.</p>
<p>There has been a lot of discussion about the performance of Netapp deduplication. In general, deduplication will use CPU and memory in the controller. How much CPU will be ustilied is very had to determine ahead of time, however in general you can expect to use from 0% to 15% of the CPU in most cases, but as much as 50% has been observed in some cases. The impact of deduplication on a host or application can very significantly and depends on a number of different factors including:</p>
<p>•    The application and the type of dataset being used<br />
•    The data access pattern (for example, sequential versus random access, the size and pattern of the<br />
•    I/O)<br />
•    The amount of duplicate data, the compressibility of the data, the amount of total data, and the<br />
•    average file size<br />
•    The nature of the data layout in the volume<br />
•    The amount of changed data between deduplication runs<br />
•    The number of concurrent deduplication processes and compression scanners running<br />
•    The number of volumes that have compression/deduplication enabled on the system<br />
•    The hardware platform—the amount of CPU/memory in the system<br />
•    The amount of load on the system<br />
•    Disk types ATA/FC, and the RPM of the disk<br />
•    The number of disk spindles in the aggregate</p>
<p>The deduplication is a low priority process, so host I/O will take precedence over dedupllication. However, all of the items above will effect the performance of the deduplication process itself.  In general you can expect to get somewhere between 100MB/sec to 200/MB/sec of data dedupication from a NetApp controller.</p>
<p>The effect of deduplication on the write performance of a system is very dependent on the model of controller and the amont of load that is being put on the system. For deduplicated volumes, if the load on a system is low—that is, for systems where the CPU utilization is around 50% or lower—there is a negligible difference in performance when writing data to a deduplicated volume, and there is no noticeable impact on other applications running on the system. On heavily used systems, however, where the system is nearly saturated, the impact on write performance can be expected to be around 15% for most models of controllers.</p>
<p>Read performance of a deduplicated volume depends on the type of reads being performed. The implicit on random reads is negligible. In early versions of ONTAP the impact of deduplication was noticeable with heavy sequential read applications. However with version 7.3.1 and above NetApp added something they called &#8220;intelligent cache&#8221; to ONTAP specifically to help with the performance of sequential reads on deduplicated volumes and were able to mitigate the performance impact of sequential reads nearly completely. Finally, with the addition of FlashCache cards to a controller, performance of deduplicated volumes can actually be better than non-deduplicated volumes.</p>
<p><strong>Deuplication Interoperability with Snapshots</strong>.</p>
<p>Snapshots and their interoperability with deduplication has been a hotly debated topic on the internet lately. Snapshot copies lock blocks on disk that cannot be freed until the Snapshot copy expires or is deleted. On any volume, once a Snapshot copy of data is made, any subsequent changes to that data temporarily require additional disk space, until the snapshot is deleted or expires. The is true with deduplicated volumes as well as non-deduplicated volumes. Thus the space savings from deuplication for any data held by a snapshot prior to a deduplication run will not be recognized until after that snapshot expires or is deleted.</p>
<p>Some best practices to achieve the best space savings from deduplication-enabled volumes that contain Snapshot copies include:</p>
<p>•    Run deduplication before creating new Snapshot copies.<br />
•    Limit the number of Snapshot copies you maintain.<br />
•    If possible, reduce the retention duration of Snapshot copies.<br />
•    Schedule deduplication only after significant new data has been written to the volume.<br />
•    Configure appropriate reserve space for the Snapshot copies.</p>
<p><strong>Some Application Best Practices</strong></p>
<p>VMWare</p>
<p>In general VMware deduplicates well, especially if a few best practices in laying out the VMDK files are considered. The following best practices should be considered for VMware implementations:</p>
<p>•    Operating system data deduplicates very well therefore you should stack as many OS&#8217;s  onto the same volume as possible.<br />
•    Keep VM swap files, pagefiles, user and system temp directories on separate VMDK files.<br />
•    Utilize FlashCache where ever possible to cache frequently accessed blocks (like those from the OS).<br />
•    Always perform proper alignment of your VM&#8217;s on the NetApp 4K boundaries.<br />
•</p>
<p>Microsoft Exchange</p>
<p>In general deduplication provides little benefit for versions of Microsoft Exchange prior to Exchange 2010. Starting with Exchange 2010 Microsoft has eliminated single instance storage and deduplication can reclaim much of the additional space created by this change.</p>
<p>Backups (NDMP, SnapMirror and SnapVault)</p>
<p>The following are some best practices to consider for backups of deduplicated volumes:</p>
<p>•    Ensure deduplication operations initiate only after your backup completes.<br />
•    Deduplication operations on the destination volume complete prior to initiating the next backup.<br />
•    If backing up data from multiple volumes to a single volume you may achieve significant space savings from deduplication beyond that of the deduplication savings from the source volumes.  This is because you are able to run deduplication on the destination volume which could contain duplicate<br />
•    data from multiple source volumes.<br />
•    If you are backing up data from your backup disk to tape consider using SMTape to preserve the deduplication/compression savings.  Utilizing NDMP to tape will not preserve the deduplication savings on tape.<br />
•    Data compression can affect the throughput of your backups.  The amount of impact is dependent upon the type of data, compressibility, storage system type and available resources on the destination storage system.  It is important to test the affect on your environment before implementing<br />
•    into production.<br />
•    If the application that you are using to perform backups already does compression, NetApp data compression will not add significant additional savings.</p>
<p><strong>Conclusions</strong></p>
<p>In general, NetApp deduplication can help drive down the TCO of your storage systems significantly, especially when combined with FlashCache in a VMware or Virtual Desktop environment. If best practices are followed carefully, the performance impact of deduplication is negligible, and the space savings for some applications can be considerable. Some careful planning and testing in the customers environment are necessary to ensure that maximum advantage is taken of deduplication, however the ability to schedule when the operations take place combined with the ability to turn on and off deduplication provide significant flexibility in to tune the environment for a customer&#8217;s particular application profile.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://gestaltit.com/all/tech/storage/bill/fixed-block-variable-block-deduplication-quick-primer/"  rel="bookmark" class="crp_title">Fixed Block vs Variable Block Deduplication – A Quick Primer</a></li><li><a href="http://gestaltit.com/all/tech/storage/stephen/microsoft-adds-data-deduplication-ntfs-windows-8/"  rel="bookmark" class="crp_title">Microsoft Adds Data Deduplication to NTFS in Windows 8</a></li><li><a href="http://gestaltit.com/all/tech/storage/chris/thin-provisioning-holy-grail-utilisation/"  rel="bookmark" class="crp_title">Why Thin Provisioning Is Not The Holy Grail for Utilisation</a></li><li><a href="http://gestaltit.com/all/tech/storage/devang/next-generation-celerra-%e2%80%93-unified-storage-with-deduplication-%e2%80%93-feb-2009/"  rel="bookmark" class="crp_title">Next Generation Celerra – Unified Storage with Deduplication</a></li><li><a href="http://gestaltit.com/all/tech/storage/stephen/emc-takes-netapp-data-domains-affections/"  rel="bookmark" class="crp_title">EMC Takes On NetApp For Data Domain&#8217;s Affections</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://gestaltit.com/all/tech/storage/joerg/netapp-deduplication-indepth/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© Joerg Hallbauer for <a href="http://gestaltit.com">Gestalt IT</a>, 2011. |
<a href="http://gestaltit.com/all/tech/storage/joerg/netapp-deduplication-indepth/">NetApp Deduplication An In-depth Look</a>
<br/>
Read more posts categorized as <a href="http://gestaltit.com/category/all/" title="View all posts in All" rel="category tag">All</a>, <a href="http://gestaltit.com/category/all/tech/storage/" title="View all posts in Storage" rel="category tag">Storage</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://gestaltit.com/all/tech/storage/joerg/netapp-deduplication-indepth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Micron Bursts Into the PCIe SSD Market</title>
		<link>http://gestaltit.com/all/tech/storage/stephen/micron-bursts-pcie-ssd-market/</link>
		<comments>http://gestaltit.com/all/tech/storage/stephen/micron-bursts-pcie-ssd-market/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 16:30:47 +0000</pubDate>
		<dc:creator>Stephen Foskett</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[C300]]></category>
		<category><![CDATA[Crucial]]></category>
		<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Fusion-IO]]></category>
		<category><![CDATA[Gestalt IT]]></category>
		<category><![CDATA[ioDRIVE DUO]]></category>
		<category><![CDATA[LSI]]></category>
		<category><![CDATA[Micron]]></category>
		<category><![CDATA[OCZ]]></category>
		<category><![CDATA[P300]]></category>
		<category><![CDATA[P320h]]></category>
		<category><![CDATA[pcie]]></category>
		<category><![CDATA[RAIN]]></category>
		<category><![CDATA[RAISE]]></category>
		<category><![CDATA[RamSan-70]]></category>
		<category><![CDATA[RealSSD]]></category>
		<category><![CDATA[SandForce]]></category>
		<category><![CDATA[SLC]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[tachIOn]]></category>
		<category><![CDATA[Texas Memory Systems]]></category>
		<category><![CDATA[Virident]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[WarpDrive]]></category>
		<category><![CDATA[Z-Drive]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=5586</guid>
		<description><![CDATA[PCIe SSDs like Micron's new P320h offer mindbending performance and enterprise class reliability. Although expensive, these devices are in an entirely different league from any other storage option. Micron promises to bring the PCIe P320h to market at nearly $15 per gigabyte, a substantial discount over other PCIe SSD competitors.]]></description>
			<content:encoded><![CDATA[<div id="attachment_5587" class="wp-caption aligncenter" style="width: 310px; border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align: center; display: block; margin-right: auto; margin-left: auto;"><a href="http://static.fosketts.net/wp-content/uploads/2011/06/Micron-RealSSD-P320h-card.jpg" ><img class="size-medium wp-image-5587 " title="Micron RealSSD P320h card" src="http://static.fosketts.net/wp-content/uploads/2011/06/Micron-RealSSD-P320h-card-300x177.jpg" alt="" width="300" height="177" /></a></p>
<p class="wp-caption-text" style="padding: 0 4px 5px; margin: 0;">The Micron RealSSD P320h is more than a new form-factor for the company; it also introduces their RAIN technology</p>
</div>
<p>This morning, Micron announced their <a href="http://www.micron.com/products/solid_state_storage/enterprise_pcie_ssd.html" >“RealSSD” P320h SSD</a>, bringing them into the PCIe storage market for the first time. Already a leading supplier of both consumer and enterprise SATA SSDs, as well as the world’s leading supplier of NAND flash in partnership with Intel, this move puts Micron in direct competition with existing suppliers like media darling Fusion IO.</p>
<h3>Introducing the RealSSD P320h</h3>
<p>The RealSSD P320h SSD can be seen as a PCIe companion to the existing P300 series of enterprise SSDs, but it is much more than that. Micron brands their entire SSD line “RealSSD”, from the consumer grade C300 and C400 (which Crucial sells as the M4) to the enterprise P300. All include Micron’s own SSD controller ASICs and flash memory modules, offering greater levels of integration and profitability for the company.</p>
<p>The P320h seems similar to the recently introduced P300 in terms of componentry, but the PCIe interface puts it into a different realm of performance. Although Micron’s RealSSD line is lauded for its 6 Gb SATA interface, an internal PCI express card like that P320h blows the doors off any disk interface. Micron’s presentations show the P320h delivering over many times the IOPS of their already speedy P300! As demonstrated already by numerous competitors, there is no substitute to the low latency I/O performance of a PCIe card.</p>
<p>The RealSSD P320h will initially be offered in two models, both in the full-height half-length PCIe form factor. The 350 GB model offers slightly lower random write performance than its 700 GB big brother, but both boast massive performance numbers. Both use 34 nm SLC flash chips and are built on a 32-channel design.</p>
<h3>Massive Performance</h3>
<p>The P320h delivers astonishing performance, at least in Micron’s PowerPoint illustrations. My own C300 can push <a href="http://blog.fosketts.net/2011/02/21/iomega-usb-30-ssd-handson-review/" >250 MB per second</a> of sequential writes, and the enterprise class P300 is maybe a bit faster. But the P320h is rated at 2 GB per second sustained sequential write performance, nearly an order of magnitude faster. It would be difficult find an application, let alone a server, that could sustain this kind of throughput for long.</p>
<div id="attachment_5589" class="wp-caption aligncenter" style="width: 310px; border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align: center; display: block; margin-right: auto; margin-left: auto;"><a href="http://static.fosketts.net/wp-content/uploads/2011/06/SSD-Sequential-Performance-Claims.png" ><img class="size-medium wp-image-5589 " title="SSD Sequential Performance Claims" src="http://static.fosketts.net/wp-content/uploads/2011/06/SSD-Sequential-Performance-Claims-300x180.png" alt="" width="300" height="180" /></a></p>
<p class="wp-caption-text" style="padding: 0 4px 5px; margin: 0;">Micron boasts industry-beating throughput</p>
</div>
<p>Even more important than throughput is I/O performance. SSDs like my C300 excel at servicing I/O requests, and are rated at 30,000 to 45,000 random 4K write IOPS. Again, the P300 is able to match this level of performance while providing five-year reliability for enterprise applications. But the P320h delivers nearly 350,000 4K write IOPS, besting the fastest and most expensive enterprise storage arrays in existence.</p>
<div id="attachment_5588" class="wp-caption aligncenter" style="width: 310px; border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align: center; display: block; margin-right: auto; margin-left: auto;"><a href="http://static.fosketts.net/wp-content/uploads/2011/06/SSD-Random-IOPS-Claims.png" ><img class="size-medium wp-image-5588" title="SSD Random IOPS Claims" src="http://static.fosketts.net/wp-content/uploads/2011/06/SSD-Random-IOPS-Claims-300x180.png" alt="" width="300" height="180" /></a></p>
<p class="wp-caption-text" style="padding: 0 4px 5px; margin: 0;">Micron&#8217;s IOPS claims are astonishing</p>
</div>
<p>Note that all numbers in these charts are from the manufacturers’ own specification sheets: <a href="http://www.micron.com/products/solid_state_storage/enterprise_pcie_ssd.html" >Micron P320h</a>, <a href="http://www.fusionio.com/products/iodriveduo/" >Fusion I/O ioDRIVE DUO</a>, <a href="http://www.ramsan.com/files/download/676" >TMS RamSan-70</a>, <a href="http://www.lsi.com/channel/products/solidstatestorage/warpdrive_slp300/index.html" >LSI WarpDrive SLP-300</a>, <a href="http://www.ocztechnology.com/ocz-z-drive-r2-e88-pci-express-ssd.html" >OCZ Z-Drive R2 e88</a>, <a href="http://www.virident.com/products/specs.php" >Virident tachIOn</a>. I have included two of Micron’s RealSSD SATA drives for comparison purposes: <a href="http://cache.micron.com/Protected/expiretime=1306956560;badurl=aHR0cDovL3d3dy5taWNyb24uY29tLy80MDQuaHRtbA==/1238ff6e915589d58b8cacf726208cc1/1/57/realssd_p300_2_5.pdf" >Micron P300</a>, <a href="http://www.crucial.com/pdf/Datasheets-letter_C300_RealSSD_v2-5-10_online.pdf" >Micron/Crucial C300</a>.</p>
<p>Benchmarks should always be taken with a grain of salt, and manufacturer spec-sheet claims are doubly dubious. But Micron makes these claims, and it won’t be long before these devices are independently benchmarked.</p>
<p><span style="font-size: 15px; font-weight: bold;">Digging Deeper Into the Hardware: RAIN Reliability</span></p>
<p>The P320h is a first for Micron in a number of ways. Along with being their first PCIe card, it also is the first SSD to feature Micron’s so-called RAIN architecture and RealSSD Manager software. The P320h includes optimized drivers for Windows and Linux to further improve performance, but Micron is leaving it to partners to integrate the SSD with operating systems, hypervisors, or applications.</p>
<p>RAIN is Micron’s answer to concerns about SSD reliability in the enterprise. Although already using ultra-reliable SLC chips, the P320h introduces a raid like technology Micron calls Redundant Array of Independent NAND, or RAIN for short. Reminiscent of SandForce’s Redundant Array of Independent Silicon Elements (RAISE), RAIN arranges flash memory chips in a 7+1 arrangement to improve reliability and recoverability in the event of a failure.</p>
<p>Micron claims that this combination of intelligent controllers, RAIN, and SLC memory chips delivers top-notch reliability. The company measures reliability in terms of the number of full drive fills that can be sustained per day for five years. They claim that enterprise customers demand SSDs that can sustain 30 fills per day for five years, or an incredible 54,750 drive fills. That’s 25 PB of data written for 350 gig unit or 50 PB for the big 750 GB P320h!</p>
<p>Putting things another way, if the 700 GB P320h was pounded with sequential data at its rated maximum of 2 GB per second, it would take over nine months to wear out this drive. Just in case the customer expects to hammer on the drive constantly, they may use the RealSSD Manager software to throttle performance and ensure reliability to a given date.</p>
<h3>Stephen’s Stance</h3>
<p>PCIe SSDs like Micron’s new P320h offer mindbending performance and enterprise class reliability. Although expensive, these devices are in <a href="http://searchstorage.techtarget.com/tip/0,289483,sid5_gci1525453,00.html" >an entirely different league from any other storage option</a>. Micron promises to bring the PCIe P320h to market at nearly $15 per gigabyte, a substantial discount over other PCIe SSD competitors. But the card will still cost more than $5000, making it an expensive add-on for most servers.</p>
<p>The challenge in enterprise storage is not delivering absolute capacity or performance any longer. Today’s challenge is making that capacity and performance available to applications and, ultimately, and users in the form of improved satisfaction or profitability. Micron is moving the ball forward on the hardware front, but my focus remains on software providers that will deliver this performance in a usable form for applications, hypervisors, and operating systems.</p>
<p>And what’s next from Micron? I expect a SAS HDD-form factor SSD shortly, and perhaps a line of <a href="http://blog.fosketts.net/2010/10/20/unconventional-ssds-pci-express-mini-card-mini-pcie/" >PCI Express Mini Cards</a> or <a href="http://blog.fosketts.net/2010/11/09/toshiba-blade-x-gale-ssd-apple-macbook-air/" >“Blade” SSDs</a> might follow.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://gestaltit.com/all/tech/storage/stephen/stec-zeusram-ssd/"  rel="bookmark" class="crp_title">STEC Spills the Beans on ZeusRAM SSD</a></li><li><a href="http://gestaltit.com/all/tech/storage/stephen/microsoft-and-intel-push-one-million-iscsi-iops/"  rel="bookmark" class="crp_title">Microsoft and Intel Push One Million iSCSI IOPS</a></li><li><a href="http://gestaltit.com/all/tech/storage/stephen/fcoe-symbolism-7/"  rel="bookmark" class="crp_title">FCoE Symbolism</a></li><li><a href="http://gestaltit.com/all/tech/storage/stephen/curtis-prestons-backup-central-live/"  rel="bookmark" class="crp_title">See W. Curtis Preston’s Backup Central Live!</a></li><li><a href="http://gestaltit.com/all/tech/storage/stephen/multipath-activepassive-dual-active-activeactive/"  rel="bookmark" class="crp_title">Multipath: Active/Passive, Dual Active, and Active/Active</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://gestaltit.com/all/tech/storage/stephen/micron-bursts-pcie-ssd-market/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© Stephen Foskett for <a href="http://gestaltit.com">Gestalt IT</a>, 2011. |
<a href="http://gestaltit.com/all/tech/storage/stephen/micron-bursts-pcie-ssd-market/">Micron Bursts Into the PCIe SSD Market</a>
<br/>
Read more posts categorized as <a href="http://gestaltit.com/category/all/" title="View all posts in All" rel="category tag">All</a>, <a href="http://gestaltit.com/category/all/tech/storage/" title="View all posts in Storage" rel="category tag">Storage</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://gestaltit.com/all/tech/storage/stephen/micron-bursts-pcie-ssd-market/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EMC FAST and NetApp FlashCache a Comparison</title>
		<link>http://gestaltit.com/featured/top/joerg/emc-fast-netapp-flashcache-comparison/</link>
		<comments>http://gestaltit.com/featured/top/joerg/emc-fast-netapp-flashcache-comparison/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 16:30:00 +0000</pubDate>
		<dc:creator>Joerg Hallbauer</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Top Story]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[FAST]]></category>
		<category><![CDATA[Flash Cache]]></category>
		<category><![CDATA[NetApp]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[tiered storage]]></category>

		<guid isPermaLink="false">http://gestaltit.com/?p=15454</guid>
		<description><![CDATA[This article is intended to provide the reader with an introduction to two technologies,  EMC FAST and NetApp FlashCache. Both of these technologies are intended to improve the performance of storage arrays, while also helping to bend the cost curve of storage downward.]]></description>
			<content:encoded><![CDATA[<p>This article is intended to provide the reader with an introduction to two technologies,  EMC FAST and NetApp FlashCache. Both of these technologies are intended to improve the performance of storage arrays, while also helping to bend the cost curve of storage downward. With the amount of data that needs to be stored increasing on a daily basis, anything that addresses the cost of storage is a welcome addition to the data center portfolio.</p>
<h3><strong>EMC FAST</strong></h3>
<p>EMC FAST (Fully Automated Storage Tiering) is actually a suite made of of two different products. the first, called FAST Cache operates by keeping a copy of &#8220;hot&#8221; blocks of data on SSD drives. In effect it acts as a very fast disk cache for data that is currently being accessed while the data itself is being stored on either 15K SAS or 7200 RPM NL-SAS (SATA) drives.</p>
<p>FAST Cache provides the ability to improve the performance of SATA drives, as well as to turbo charge the performance of fiber channel and SAS drives as well. In general, this kind of technology helps to divide performance from spindle count, which helps drive down the number of drives required for many workloads, thus driving down the cost of storage, and the overall TCO of storage.</p>
<div class="separator" style="clear: both; text-align: center;"><a rel="nofollow" href="http://1.bp.blogspot.com/-NN97t3uRmeQ/TeSCXfIbujI/AAAAAAAAACQ/Js0Qv0IbfVo/s1600/i1.jpg" style="margin-left: 1em; margin-right: 1em;" ><img src="http://1.bp.blogspot.com/-NN97t3uRmeQ/TeSCXfIbujI/AAAAAAAAACQ/Js0Qv0IbfVo/s320/i1.jpg" alt="" width="320" height="210" border="0" /></a></div>
<p>The other product in the FAST suite is FAST Virtual Pool.  This is the product that most people associate with FAST since it is the one that leverages  three different disk technologies, SSD, high speed drives such as 15K RPM SAS, and slower high capacity drives such as 7200 RPM NL-SAS. By placing only data that requires high speed access on the SSD drives, data that is receiving a moderate amount of access on the 15K SAS drives, and putting the rest on the slower, high capacity disks EMC FAST is able to drive the TCO of storage downward.</p>
<div class="separator" style="clear: both; text-align: center;"><a rel="nofollow" href="http://3.bp.blogspot.com/-5SaNnt1oElY/TeSCX5LL24I/AAAAAAAAACU/irOerV3zy8g/s1600/i2.jpg" style="margin-left: 1em; margin-right: 1em;" ><img src="http://3.bp.blogspot.com/-5SaNnt1oElY/TeSCX5LL24I/AAAAAAAAACU/irOerV3zy8g/s320/i2.jpg" alt="" width="184" height="320" border="0" /></a></div>
<h3><strong>NetApp FlashCache</strong></h3>
<p>NetApp approaches the overall issue of improved performance while simultaneously driving down the TCO of storage in a different way. NetApp believes that using fewer disks to store the same amount of data is the best way to drive down TCO. Therefore NetApp has spent a significant amount of time developing storage efficiency tools to help their customer&#8217;s store more data in less space.  For example, they developed a variant of RAID-6 called RAID-DP which provides the protection and performance of RAID-10, while utilizing significantly less space. NetApp has also developed block level de-duplication which can be utilized with primary production data.</p>
<p>However, as with many technologies of this type there could be a performance penalty paid for it&#8217;s utilization. Therefore, Netapp needed to develop a way to improve the performance if it&#8217;s arrays while also supporting it&#8217;s storage efficiency technology. With the advent of Flash memory, Netapp found a way to do this without any need for significant changes in the architecture of it&#8217;s arrays. Thus was born FlashCache.</p>
<p>FlashCahce provides a secondary read cache for hot blocks of data. This proves a way to separate performance from spindle count,  and thus not only allows workloads intended for Fiber Channel or SAS drives to potentially run on SATA drives, but it also addresses some of the performance issues with the storage efficiency technologies that NetApp developed. For example, with FlashCache utilized in a virtual desktop environment Netapp de-duplication allows many individual Windows images to be represented in a very small footprint on disk. However a problem arrises when a large numer of desktops all try to access their Windows image at once. However with the addition of FlashCache, most, if not all of the Windows image would end up being storage in Flash memory, thus avoiding the performance issue of a boot storm, virus checking storm, etc.</p>
<div class="separator" style="clear: both; text-align: center;"><a rel="nofollow" href="http://3.bp.blogspot.com/-II-6a8XSNgY/TeSBSR1YNQI/AAAAAAAAACM/VcXTDQrzzag/s1600/I3.jpg" style="margin-left: 1em; margin-right: 1em;" ><img src="http://3.bp.blogspot.com/-II-6a8XSNgY/TeSBSR1YNQI/AAAAAAAAACM/VcXTDQrzzag/s320/I3.jpg" alt="" width="320" height="239" border="0" /></a></div>
<h3><strong>Conclusion</strong></h3>
<p>Both EMC and Netapp have developed ways to help both improve the performance, and drive the TCO of storage downward. the two vendors approached the problem is somewhat different ways, but in the end they have both solved the problem in unique and effective ways.</p>
<p>The NetApp technology requires that the user buy-in completely to the NetApp vision of storage efficiency. If the user ignores the advantages of de-dupication in particular, or has data or workloads  that simply don&#8217;t allow for the application of the NetApp storage efficiency technology then the TCO saving that NetApp promises will not be achieved. Utilizing FlashCache to seperate performance from spindle count is also critical in maintaining the performance of the array. This separation of performance from spindle count also in and of itself drives dwn the number ofd drives needed to support a workload, and thus also drives down the TCO.</p>
<p>The EMC technology requires a very good understanding of your application workloads, and careful planning and sizing of the different tiers of storage. EMC could do more to make the two sub-products work together so that a single solution could provide both the TCO and the performance improvements at the same time. However, EMC FAST is a product that provides the TCO improvement promised, and doe it with a clean and elegant solution.</p>
<p>Finally, a little on the future. With the cost of Flash memory coming down 50% year over year, it will soon reach the same price point that we currently see 15K HDD&#8217;s at. Once that happens one has to wonder what role 15K HHDs will fill? If 15K HDDs are, indeed, squeezed out of existence by this reduction in the price of Flash memory, what purpose will 3 tiered automated storage tiering fill? Or, will the future simply be 2 tiers of storage, one that provides bulk capacity, and one that accelerates the performance of this bult capacity? if that predication is correct, then FAST VP will have a limited life, and FAST Cache and FlashCache will be the longer surviving technology.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://gestaltit.com/all/tech/storage/joerg/flash-storage-automated-storage-tiering/"  rel="bookmark" class="crp_title">Flash Storage and Automated Storage Tiering</a></li><li><a href="http://gestaltit.com/all/tech/storage/devang/after-all-fast-makes-a-debut/"  rel="bookmark" class="crp_title">After all, FAST makes a debut</a></li><li><a href="http://gestaltit.com/all/tech/storage/devang/fast-features-drawbacks-applications-and-some-questions/"  rel="bookmark" class="crp_title">FAST: Features, Drawbacks, Applications and some Questions</a></li><li><a href="http://gestaltit.com/all/tech/storage/devang/enterprise-flash-drives-efd-emc-symmetrix-vmax-systems/"  rel="bookmark" class="crp_title">Enterprise Flash Drives (EFD) on EMC Symmetrix V-Max Systems</a></li><li><a href="http://gestaltit.com/all/tech/storage/bas/storage-tiering-dying/"  rel="bookmark" class="crp_title">“Storage tiering is dying.” But purple unicorns exist.</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://gestaltit.com/featured/top/joerg/emc-fast-netapp-flashcache-comparison/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© Joerg Hallbauer for <a href="http://gestaltit.com">Gestalt IT</a>, 2011. |
<a href="http://gestaltit.com/featured/top/joerg/emc-fast-netapp-flashcache-comparison/">EMC FAST and NetApp FlashCache a Comparison</a>
<br/>
Read more posts categorized as <a href="http://gestaltit.com/category/all/" title="View all posts in All" rel="category tag">All</a>, <a href="http://gestaltit.com/category/featured/" title="View all posts in Featured" rel="category tag">Featured</a>, <a href="http://gestaltit.com/category/all/tech/storage/" title="View all posts in Storage" rel="category tag">Storage</a>, <a href="http://gestaltit.com/category/featured/top/" title="View all posts in Top Story" rel="category tag">Top Story</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://gestaltit.com/featured/top/joerg/emc-fast-netapp-flashcache-comparison/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Flash Storage and Automated Storage Tiering</title>
		<link>http://gestaltit.com/all/tech/storage/joerg/flash-storage-automated-storage-tiering/</link>
		<comments>http://gestaltit.com/all/tech/storage/joerg/flash-storage-automated-storage-tiering/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 16:30:00 +0000</pubDate>
		<dc:creator>Joerg Hallbauer</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[tiered storage]]></category>

		<guid isPermaLink="false">http://gestaltit.com/all/tech/storage/joerg/flash-storage-automated-storage-tiering/</guid>
		<description><![CDATA[In recent years, a move toward automated storage tiering has begun in the data center. This move has been inspired by the desire to continue to drive down the cost of storage, as well as the introduction of faster, but more expensive storage in the form of Flash memory in the storage array marketplace.]]></description>
			<content:encoded><![CDATA[<p>In recent years, a move toward automated storage tiering has begun in the data center. This move has been inspired by the desire to continue to drive down the cost of storage, as well as the introduction of faster, but more expensive storage in the form of Flash memory in the storage array marketplace. Flash memory is significantly faster than spinning disks, and thus it’s ability to provide very high performance storage has been of interest. However, its cost is considerable, and therefore a way to utilize it and still bend the cost curve downward was needed. Note that Flash memory has been implemented in different ways. It can be obtained as a card for the storage array controller, or as SSD disk drives, and even, as cache on regular spinning disks. However it is implemented, it’s speed and expense remains the same.</p>
<p>Enter the concept of tiered storage again. The idea was to place only that data which absolutely required the very high performance of Flash on Flash, and to leave the remaining data on spinning disk. The challenge with tiered storage in the way that it has been defined in the past was that it meant that too much data would be placed on very expensive Flash since traditionally an entire application would have all it’s data placed on a single tier. Even if only specific parts of the data at the file, or LUN level were placed on Flash, the quantity needed would still be very high, thus driving the costs of for a particular application up. It was quickly recognized that the only way to make Flash cost effective would be to place only the blocks which are “hot” for an application in Flash storage, thereby minimizing the footprint of Flash storage.</p>
<p>The issue addressed by automated storage tiering is that you no longer need to know ahead of time what the proper tier of storage for a particular application’s data needs to be. Furthermore the classification of the data can occur at a much more fine-grained block level rather than the file or the LUN as with some earlier automated storage tiering implementations.</p>
<p>Flash has changed the landscape of storage for the enterprise. Currently, Fash/SSD storage can cost 16-20X what Fiber channel, SAS, or SATA storage can cost. The dollars per GB model ends up looking something like the following:</p>
<div class="separator" style="clear: both; text-align: center;"><a rel="nofollow" href="http://1.bp.blogspot.com/-epdVz-bwsi8/TdatYM_WjTI/AAAAAAAAAB8/RNBssUAd1QA/s1600/pic1.png" style="margin-left: 1em; margin-right: 1em;" ><img src="http://1.bp.blogspot.com/-epdVz-bwsi8/TdatYM_WjTI/AAAAAAAAAB8/RNBssUAd1QA/s400/pic1.png" alt="" width="392" height="400" border="0" /></a></div>
<p>However the IOPS per $ model looks more like this:</p>
<div class="separator" style="clear: both; text-align: center;"><a rel="nofollow" href="http://4.bp.blogspot.com/-LnMVDmm1_wg/TdatindCiUI/AAAAAAAAACA/7OIqz0hRFvk/s1600/pic2.png" style="margin-left: 1em; margin-right: 1em;" ><img src="http://4.bp.blogspot.com/-LnMVDmm1_wg/TdatindCiUI/AAAAAAAAACA/7OIqz0hRFvk/s400/pic2.png" alt="" width="363" height="400" border="0" /></a></div>
<p>The impact on the tiered storage architectural model of Flash storage has been, in effect, to add a tier-0 level of storage where application data is placed that requires extremely fast random I/O performance. Typical examples of such data are database index tables or key lookup tables, etc. Placing this kind of data, which may only be part of an application’s data, on Flash storage can often have a dramatically positive effect on the performance of an application.  However, due to the cost of Flash storage the question is often raised, how can data centers ensure that only data that requires this level of performance resides on SSD or Flash storage so that they can continue to contain costs? Furthermore, is there a way to put only the “hot” parts of the data in the very expensive tier-0 capacity, and leave less hot, and cold data in slower, less expensive capacity? Block based automated storage tiering is the answer to these questions.</p>
<p>Different storage array vendors have approached this problem in different ways. However, in all cases, the object is to place data at a block level, on tier-0 or Flash storage only while that data is actually being accessed, and then to store the rest of the data on lower tiered storage while the data is at rest. Note that this movement must be done at the block level in order to avoid performance issues, and to truly minimize the capacity of the tier-0 storage.</p>
<p>One approach used by several storage vendors is to move blocks of data between multiple tiers of storage via a policy. For example, the policy might dictate that writes always occur to tier-0, and then if that data is not read immediately it is moved to tier-1. Then if the data isn’t read for 3 months that data is then moved to tier-2. The policy might also dictate that if the data is then read from the tier-2 disk then it is placed back on tier-0 in case additional reads are required and the entire process starts all over again. Logically this mechanism provides what enterprises are looking for, minimizing tier-0 storage and placing blocks of data on the lowest-cost storage possible. The challenge with this approach is that the I/O profile of the application needs to be well understood when the policies are developed in order to avoid accessing data from tier-2 storage too frequently and generally moving data up and down the stack too often since this movement is not “free” from a performance perspective. Additionally, EVT has found that for most customers, data rarely needs to spend time in tier-1 (FC or SAS) storage, that most of the data ends up spending most of it’s live on the SATA storage.</p>
<p>Therefore as the cost of Flash storage continues to come down, the need for the SAS or Fiber Channel storage will continue to decline, and eventually disappear leaving just Flash and SATA storage in most arrays.</p>
<p>Another approach that at least one storage vendor is using is to avoid all the policy based movement and to treat the Flash storage as a large read cache. This places the blocks that are most used on tier-0, and leaves the rest on spinning disk. When the fact that the sequential write performance of Flash, SAS/FC, and SATA is similar is taken into consideration along with a controller that orders its random writes, this approach can provide a much more robust way to implement Flash storage.  In some cases, it allows an application that would not normally be considered a good candidate for SAS or Fiber Channel storage to be able to utilize SATA disks instead. In general, this technique de-couples spindle count from performance thus providing more subtle advantages as well.  For example, applications which has traditionally required very small disk drives so that the spindle could would be might (many, many 146GB FC drives, for example) can now be run on much higher capacity 600GB SAS drives and still provide the same, or better performance.</p>
<p>Overall, automated storage tiering is becoming a de-facto standard in the storage industry. However different storage array vendors have taken very different approaches to the implementation of automated tiering, but in the end the result is uniformly the same. The ability of the enterprise to purchase Flash storage to help improve the performance of their applications while at the same time continuing to bend the cost curve of storage downward.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://gestaltit.com/featured/top/joerg/emc-fast-netapp-flashcache-comparison/"  rel="bookmark" class="crp_title">EMC FAST and NetApp FlashCache a Comparison</a></li><li><a href="http://gestaltit.com/all/tech/storage/bas/storage-tiering-dying/"  rel="bookmark" class="crp_title">“Storage tiering is dying.” But purple unicorns exist.</a></li><li><a href="http://gestaltit.com/all/tech/storage/devang/enterprise-flash-drives-efd-emc-symmetrix-vmax-systems/"  rel="bookmark" class="crp_title">Enterprise Flash Drives (EFD) on EMC Symmetrix V-Max Systems</a></li><li><a href="http://gestaltit.com/all/tech/storage/devang/after-all-fast-makes-a-debut/"  rel="bookmark" class="crp_title">After all, FAST makes a debut</a></li><li><a href="http://gestaltit.com/all/tech/storage/martin/fast-furious/"  rel="bookmark" class="crp_title">FAST and Furious</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://gestaltit.com/all/tech/storage/joerg/flash-storage-automated-storage-tiering/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© Joerg Hallbauer for <a href="http://gestaltit.com">Gestalt IT</a>, 2011. |
<a href="http://gestaltit.com/all/tech/storage/joerg/flash-storage-automated-storage-tiering/">Flash Storage and Automated Storage Tiering</a>
<br/>
Read more posts categorized as <a href="http://gestaltit.com/category/all/" title="View all posts in All" rel="category tag">All</a>, <a href="http://gestaltit.com/category/all/tech/storage/" title="View all posts in Storage" rel="category tag">Storage</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://gestaltit.com/all/tech/storage/joerg/flash-storage-automated-storage-tiering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Violin Memory Inc Release New All-SSD Array</title>
		<link>http://gestaltit.com/all/tech/storage/chris/violin-memory-release-ssd-array/</link>
		<comments>http://gestaltit.com/all/tech/storage/chris/violin-memory-release-ssd-array/#comments</comments>
		<pubDate>Thu, 27 May 2010 16:00:21 +0000</pubDate>
		<dc:creator>Chris Evans</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[3200 Series]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Enterprise Computing]]></category>
		<category><![CDATA[Enterprise Flash Drives]]></category>
		<category><![CDATA[FCoE]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[gestaltit]]></category>
		<category><![CDATA[HDS]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[solid state]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[VIMM]]></category>
		<category><![CDATA[Violin Memory]]></category>

		<guid isPermaLink="false">http://www.thestoragearchitect.com/?p=1462</guid>
		<description><![CDATA[I’m not a fan of making press releases on behalf of other companies however once in a while, a news item catches my interest.  So it is with the announcement of the Violin Memory Inc. 3200 series of all-memory storage arrays.  Why are these interesting?  Because I think they are moving and potentially blurring the boundaries between spinning drives and memory-based permanent data storage.]]></description>
			<content:encoded><![CDATA[<p>I’m not a fan of making press releases on behalf of other companies however once in a while, a news item catches my interest.  So it is with the <a href="http://www.violin-memory.com/news/press-releases/violin-memory-introduces-game-changing-violin-3000-series-with-integrated-flash-raid/" onclick="pageTracker._trackPageview('/outgoing/www.violin-memory.com/news/press-releases/violin-memory-introduces-game-changing-violin-3000-series-with-integrated-flash-raid/?referer=');" >announcement</a> of the Violin Memory Inc. 3200 series of all-memory storage arrays.  Why are these interesting?  Because I think they are moving and potentially blurring the boundaries between spinning drives and memory-based permanent data storage.</p>
<h3><strong>Background</strong></h3>
<p>Building arrays from pure memory isn’t new; <a href="http://www.ramsan.com/" onclick="pageTracker._trackPageview('/outgoing/www.ramsan.com/?referer=');" >Texas Memory Systems</a> have had the <a href="http://www.ramsan.com/products/products.htm" onclick="pageTracker._trackPageview('/outgoing/www.ramsan.com/products/products.htm?referer=');" >RamSan </a>series of products on the market for some time now (and there are others out there).  Of course, the problem for many large organisations is how to make use of such an expensive and relatively small device.  There are plenty of use cases where flash/SSD may be useful, however (a) it is difficult to target exactly which applications and (b) for those applications that can be identified, potentially only part of the data will benefit from acceleration.</p>
<p>One solution has been to follow the route of the traditional vendors and add SSD as an extra device within the same hardware chassis.  This isn’t a solution to using SSD but rather a sticking plaster over the problem; the SSD may give better read performance but it is unlikely that writes will be accelerated to the level justified by the additional costs of the SSD device itself.  In addition, the SSD is sitting behind a traditional storage array.  Vendors such as EMC, IBM and Hitachi have spent millions of man-hours and hundreds of millions of dollars on software developments to help smooth the impact and manage the unpredictable performance of hard drives.  Remember that when an I/O request is received, the storage array has no idea where a mechanical device like a hard drive is positioned and so cache, algorithms and that other clever intellectual property have been used to mask these physical inadequacies.</p>
<p>However, despite vendors’ best efforts, spikes and unpredictable response times do occur and there’s no way to remove them and guarantee completely consistent I/O responses.</p>
<h3>The Violin Approach</h3>
<p>So what happens if you can remove the cost issues and buy an SSD-based array for the same price as tier 1 storage?  This is the route Violin Memory are taking to market – make the SSD storage array as closely priced to tier 1 arrays as possible.  Remove the thought process and complications of determining what to place on SSD by making the price argument irrelevant.</p>
<p>In reality, Violin haven’t reached that price parity yet; prices are quoted around the $20/GB mark, which is around double what I’d expect to see for tier 1 storage (depending on volume).  However it is in the order of magnitude where organisations can look at those troublesome applications that decide that the cost of additional servers, disk spindles or re-writing the application is outweighed by simply moving the application to a Violin SSD device.</p>
<p>I think this is the ultimate tipping point for SSD use; where the cost of improving application performance is exceeded by the cost of moving to SSD, then SSD will win.  Where improving application performance is justified by increased business advantage, the business case is written.</p>
<h3>Tech Specs</h3>
<p>OK, let’s have a look at the technical specifications for the techies amongst you.  Firstly, today’s device capacity sits at 10TB in 3U and is expected to grow to 20TB in Q3.  I’ve also been told that this capacity is expected to be close to 5x greater by the end of 2010, which means 100TB of memory-based storage in a 3U unit.</p>
<p>The 3200 supports PCIe (x4 &amp; x8)  as well as 4/8Gb Fibre Channel and 10Gb iSCSI and FCoE.  Latency is less than 100 microseconds.</p>
<p>Violin array use VIMMs (Violin’s name for their flash memory cards.  These are grouped together into 1TB units, using RAID-5 technology to manage failures.  Maintenance can be performed online periodically to replace failed VIMM devices.</p>
<p><a href="http://www.thestoragearchitect.com/wp-content/uploads/2010/05/C300X25Mwritesaturation.jpg" onclick="pageTracker._trackPageview('/outgoing/www.thestoragearchitect.com/wp-content/uploads/2010/05/C300X25Mwritesaturation.jpg?referer=');" ><img class="size-medium wp-image-1466 alignright" style="border: 1px solid black; margin: 5px;" title="C300X25Mwritesaturation" src="http://www.thestoragearchitect.com/wp-content/uploads/2010/05/C300X25Mwritesaturation-300x204.jpg" alt="Crucial C300 &amp; Intel X25M I/O Saturation Test" width="300" height="204" /></a><br />
There’s one major issue with Flash/memory-based arrays that Violin claim to have addressed.  That is the issue of degraded performance over time.  Have a look at the following graphic, showing saturated workload on the Crucial C300 versus X25M from Intel.  This graph and the associated review can be found on Anandtech’s website <a href="http://www.anandtech.com/show/2909" onclick="pageTracker._trackPageview('/outgoing/www.anandtech.com/show/2909?referer=');" >here</a>.  Very quickly with heavy use, the performance for these devices drops off.  Violin claim their array doesn’t suffer similar issues and can deliver sustained performance.  Of course, we can believe that statement once we’ve seen a review of the product delivering the performance as promised.</p>
<h3>Futures</h3>
<p>A 10/20TB capacity in 3U isn’t huge by today’s standards.  If Violin Memory can deliver on their promises and bring a 3 to 5-fold increase in performance by year end (with a continual reduction in price) then things start to look interesting.  I’d like to see the results of some long-term stress tests on the 3200 series devices.  I have some more material to post in the coming days, once I can validate what’s open and not under NDA/embarbgo.  In the meantime, here are some questions to ponder:</p>
<ul>
<li>Do I have any I/O bound applications?</li>
<li>Can I measure/determine my I/O bound applications?</li>
<li>Is there direct businss advantage from increasing I/O throughput?</li>
</ul>
<p>If you can start answering yes to the above questions, then perhaps SSD-based arrays are for you.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://gestaltit.com/all/tech/storage/chris/wide-striping-benefits/"  rel="bookmark" class="crp_title">The Benefits of Wide Striping – Avoiding A Long Tail</a></li><li><a href="http://gestaltit.com/all/tech/storage/chris/hardware-review-drobo-elite-1/"  rel="bookmark" class="crp_title">Hardware Review: Drobo Elite – Part I</a></li><li><a href="http://gestaltit.com/all/tech/storage/chris/enterprise-computing-is-there-any-point-buying-from-emc/"  rel="bookmark" class="crp_title">Enterprise Computing: Is There Any Point Buying From EMC?</a></li><li><a href="http://gestaltit.com/all/tech/storage/chris/hp-p2000-p4000-storage-array/"  rel="bookmark" class="crp_title">New HP P2000 and P4000 Storage Arrays</a></li><li><a href="http://gestaltit.com/all/tech/storage/chris/drobo-pro-hyper-v/"  rel="bookmark" class="crp_title">DroboPro – Hyper-V’s Best Friend!</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://gestaltit.com/all/tech/storage/chris/violin-memory-release-ssd-array/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© Chris for <a href="http://gestaltit.com">Gestalt IT</a>, 2010. |
<a href="http://gestaltit.com/all/tech/storage/chris/violin-memory-release-ssd-array/">Violin Memory Inc Release New All-SSD Array</a>
<br/>
Read more posts categorized as <a href="http://gestaltit.com/category/featured/" title="View all posts in Featured" rel="category tag">Featured</a>, <a href="http://gestaltit.com/category/all/tech/storage/" title="View all posts in Storage" rel="category tag">Storage</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://gestaltit.com/all/tech/storage/chris/violin-memory-release-ssd-array/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>EMC Mixes Avamar Into Iomega ix12-300r</title>
		<link>http://gestaltit.com/all/tech/storage/stephen/emc-avamar-iomega-ix12-300r/</link>
		<comments>http://gestaltit.com/all/tech/storage/stephen/emc-avamar-iomega-ix12-300r/#comments</comments>
		<pubDate>Sun, 16 May 2010 16:00:22 +0000</pubDate>
		<dc:creator>Stephen Foskett</dc:creator>
				<category><![CDATA[Storage]]></category>
		<category><![CDATA[Avamar]]></category>
		<category><![CDATA[deduplication]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[EMC World]]></category>
		<category><![CDATA[FAST]]></category>
		<category><![CDATA[Iomega]]></category>
		<category><![CDATA[ix12]]></category>
		<category><![CDATA[ix12-300r]]></category>
		<category><![CDATA[ix4]]></category>
		<category><![CDATA[ix4-200r]]></category>
		<category><![CDATA[PCI Express]]></category>
		<category><![CDATA[SSD]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=3097</guid>
		<description><![CDATA[While getting some hands-on time with Iomega's new 12-drive storage array, I spotted an exciting but unannounced feature: The ix12-300r includes native Avamar backup client! It also includes two PCI Express slots, bringing up intriguing possibilities for future expansion.]]></description>
			<content:encoded><![CDATA[<p><!-- google_ad_section_start --></p>
<p>Wandering the EMC World show floor was very revealing. Along with <a href="http://gestaltit.com/featured/top/stephen/emc-vplex-emcworld/" >EMC’s new VPLEX</a>, Chris Mellor and I spotted <a href="http://blog.fosketts.net/2010/05/10/stec-zeusram-ssd/" >the unannounced SDRAM-based ZeusRAM SSD from STEC</a>. While getting some hands-on time with <a href="http://blog.fosketts.net/2010/05/04/iomega-ix12-300r/" >Iomega’s new 12-drive storage array</a>, I spotted an exciting but unannounced feature: <strong>The ix12-300r includes native Avamar backup client</strong>!</p>
<div id="attachment_3098" class="wp-caption aligncenter" style="width: 310px; border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align: center; display: block; margin-right: auto; margin-left: auto;"><a href="http://blog.fosketts.net/wp-content/uploads/2010/05/ix12-Avamar-screen.jpg" ><img class="size-medium wp-image-3098" title="ix12 Avamar screen" src="http://blog.fosketts.net/wp-content/uploads/2010/05/ix12-Avamar-screen-300x243.jpg" alt="" width="300" height="243" /></a></p>
<p class="wp-caption-text" style="padding: 0 4px 5px; margin: 0;">Native Avamar support in the ix12-300r? That&#8217;s new!</p>
</div>
<h3>Chocolate and Peanut Butter</h3>
<p>EMC’s Avamar backup product deserves much more press than it gets. Global deduplication is the secret sauce, allowing high efficiency for backups, both in terms of capacity and bandwidth usage. This means that Avamar is very well-suited for small business and remote office use.</p>
<p>Iomega’s new ix12 is similarly well-suited in this environment. It includes flexible storage allocation, both iSCSI SAN and NAS, and is bursting with features, from replication to webcam support. The 12-drive array fits perfectly into the small-business and remote-office markets with a low $5k-$10k price tag.</p>
<p><strong>Avamar’s backup deduplication technology and Iomega’s “just right” small-business storage is a real “chocolate-and-peanut butter” combination</strong>. Both target the same markets and mixing them together is even better than selling them apart. Integrated Avamar client support makes the ix12 even more compelling, and will likely drive Avamar sales as well.</p>
<p>I talked to the Iomega execs at EMC World and they confirmed that this support will be included in the shipping ix12 software but was <strong>not yet supported</strong> by the company. They expect Avamar qualification to come <strong>later in the year</strong>, but I suspect that customer interest could accelerate this timetable. If you are interested in the combination, let Iomega and Avamar know!</p>
<h3>ix12 Impressions</h3>
<p><a href="http://blog.fosketts.net/2010/05/04/iomega-ix12-300r/" >My release-day review of the ix12-300r</a> was based on press materials and a briefing, but getting a hands-on look at the device revealed details beyond the Avamar support. I was quite pleased by <strong>the build quality of the array</strong>: It is solidly constructed and the connectors, fans, and power supplies looked to be of high quality. The designers seem to have paid attention to cooling and airflow, important in a box containing 12 spinning hard disk drives. The dual power supplies are hot-swappable and seemed fairly robust as well.</p>
<p>I also spotted <strong>two empty PCI Express slots at the rear of the ix12</strong>. One wonders what use Iomega will put these to. One can imagine adding additional gigabit or 10 gigabit Ethernet controllers, but solid-state storage (SSD) would be much more interesting. The ix12’s LifeLink software has been enhanced fore more-flexible RAID configuration; I wonder if it also includes the ability to tier storage to SSD. A mini array with EMC’s FAST technology would be compelling, but the use of SSD as a cache (FAST Cache?) might be simpler to implement.</p>
<p>Clearly, <strong>the ix12-300r is much more than a SATA-expanded ix4-200r</strong>. Iomega is adding real valuable business features to the system and moving it ever closer to the EMC and Dell CLARiiON products. Yet the price is still well below those systems. Chocolate and peanut butter, anyone?</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://gestaltit.com/all/tech/storage/stephen/iomega-ix12-300r/"  rel="bookmark" class="crp_title">Iomega Graduates and Goes to Work with the ix12-300r</a></li><li><a href="http://gestaltit.com/all/tech/storage/stephen/stec-zeusram-ssd/"  rel="bookmark" class="crp_title">STEC Spills the Beans on ZeusRAM SSD</a></li><li><a href="http://gestaltit.com/all/tech/storage/stephen/microsoft-and-intel-push-one-million-iscsi-iops/"  rel="bookmark" class="crp_title">Microsoft and Intel Push One Million iSCSI IOPS</a></li><li><a href="http://gestaltit.com/all/tech/storage/stephen/fcoe-symbolism-7/"  rel="bookmark" class="crp_title">FCoE Symbolism</a></li><li><a href="http://gestaltit.com/all/tech/storage/stephen/hitachi-simpletech-emc-iomega/"  rel="bookmark" class="crp_title">Does Hitachi+SimpleTech = EMC+Iomega?</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://gestaltit.com/all/tech/storage/stephen/emc-avamar-iomega-ix12-300r/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© Stephen Foskett for <a href="http://gestaltit.com">Gestalt IT</a>, 2010. |
<a href="http://gestaltit.com/all/tech/storage/stephen/emc-avamar-iomega-ix12-300r/">EMC Mixes Avamar Into Iomega ix12-300r</a>
<br/>
Read more posts categorized as <a href="http://gestaltit.com/category/all/tech/storage/" title="View all posts in Storage" rel="category tag">Storage</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://gestaltit.com/all/tech/storage/stephen/emc-avamar-iomega-ix12-300r/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>STEC Spills the Beans on ZeusRAM SSD</title>
		<link>http://gestaltit.com/all/tech/storage/stephen/stec-zeusram-ssd/</link>
		<comments>http://gestaltit.com/all/tech/storage/stephen/stec-zeusram-ssd/#comments</comments>
		<pubDate>Wed, 12 May 2010 20:30:47 +0000</pubDate>
		<dc:creator>Stephen Foskett</dc:creator>
				<category><![CDATA[Storage]]></category>
		<category><![CDATA[EMC World]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[IOPS]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[SAS]]></category>
		<category><![CDATA[solid state disk]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[STEC]]></category>
		<category><![CDATA[ZeusIOPS]]></category>
		<category><![CDATA[ZeusRAM]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=3092</guid>
		<description><![CDATA[STEC may not have been quite ready to reveal their next-generation ZeusRAM solid-state disk (SSD), but they are demonstrating it anyway at EMC World in Boston this week. The ZeusRAM is a fundamentally different animal from the existing ZeusIOPS drive in one critical way: Rather than using flash memory for primary data storage, the ZeusRAM uses DRAM. This improves reliability and longevity and ought to raise the bar on performance as well.]]></description>
			<content:encoded><![CDATA[<p><!-- google_ad_section_start --></p>
<p><a href="http://www.stec-inc.com/" >STEC</a> may not have been quite ready to reveal their next-generation ZeusRAM solid-state disk (SSD), but they are demonstrating it anyway at EMC World in Boston this week. The ZeusRAM is a fundamentally different animal from the existing ZeusIOPS drive in one critical way: <strong>Rather than using flash memory for primary data storage, the ZeusRAM uses DRAM</strong>. This improves reliability and longevity and ought to raise the bar on performance as well.</p>
<div id="attachment_3094" class="wp-caption aligncenter" style="width: 235px; border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align: center; display: block; margin-right: auto; margin-left: auto;"><a href="http://blog.fosketts.net/wp-content/uploads/2010/05/STEC-ZeusRAM-Banner.jpg" ><img class="size-medium wp-image-3094" title="STEC ZeusRAM Banner" src="http://blog.fosketts.net/wp-content/uploads/2010/05/STEC-ZeusRAM-Banner-225x300.jpg" alt="" width="225" height="300" /></a></p>
<p class="wp-caption-text" style="padding: 0 4px 5px; margin: 0;">STEC has introduced ZeusRAM, a SDRAM-based drive</p>
</div>
<p>The ZeusRAM is small (just 8 GB) but STEC claims <strong>massive performance</strong>: 80,000 IOPS for both read and write (versus 80,000 read and 45,000 write for the 6 Gb SAS ZeusIOPS) and 500 MB/s sustained read and write (versus 350 and 300 for the ZeusIOPS). These numbers are well beyond the capabilities of whole shelves of traditional hard disk drives.</p>
<p>Should it lose power, the ZeusRAM will de-stage its content to flash RAM using power stored on internal super-capacitors. This is a major differentiator from in-system RAM disks which require whole-system battery backup and software to de-stage.</p>
<p>STEC has not announced pricing or availability information for the ZeusRAM drive at this point. We noted much interest in the drive from EMC staff at the EMC World show, and would not be surprised to see the ZeusRAM show up in a future Symmetrix or CLARiiON.</p>
<p><small> </small></p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://gestaltit.com/all/tech/storage/stephen/emc-avamar-iomega-ix12-300r/"  rel="bookmark" class="crp_title">EMC Mixes Avamar Into Iomega ix12-300r</a></li><li><a href="http://gestaltit.com/all/tech/storage/chris/enterprise-computing-is-the-solid-state-drive-hype-over/"  rel="bookmark" class="crp_title">Enterprise Computing: Is the Solid State Drive Hype Over?</a></li><li><a href="http://gestaltit.com/all/tech/storage/stephen/fcoe-symbolism-7/"  rel="bookmark" class="crp_title">FCoE Symbolism</a></li><li><a href="http://gestaltit.com/all/tech/storage/stephen/multipath-activepassive-dual-active-activeactive/"  rel="bookmark" class="crp_title">Multipath: Active/Passive, Dual Active, and Active/Active</a></li><li><a href="http://gestaltit.com/all/tech/storage/stephen/micron-bursts-pcie-ssd-market/"  rel="bookmark" class="crp_title">Micron Bursts Into the PCIe SSD Market</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://gestaltit.com/all/tech/storage/stephen/stec-zeusram-ssd/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© Stephen Foskett for <a href="http://gestaltit.com">Gestalt IT</a>, 2010. |
<a href="http://gestaltit.com/all/tech/storage/stephen/stec-zeusram-ssd/">STEC Spills the Beans on ZeusRAM SSD</a>
<br/>
Read more posts categorized as <a href="http://gestaltit.com/category/all/tech/storage/" title="View all posts in Storage" rel="category tag">Storage</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://gestaltit.com/all/tech/storage/stephen/stec-zeusram-ssd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Podcast 4: Virtual Field Day Nimbus Roundtable</title>
		<link>http://gestaltit.com/featured/top/stephen/podcast-4-virtual-field-day-nimbus-roundtable/</link>
		<comments>http://gestaltit.com/featured/top/stephen/podcast-4-virtual-field-day-nimbus-roundtable/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 14:00:59 +0000</pubDate>
		<dc:creator>Stephen Foskett</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Exclusive]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Tech Field Day Roundtable Podcast]]></category>
		<category><![CDATA[Top Story]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[IOPS]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[Nimbus]]></category>
		<category><![CDATA[roundtable]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[Tech Field Day]]></category>
		<category><![CDATA[Tom Isakovitch]]></category>

		<guid isPermaLink="false">http://gestaltit.com/?p=9592</guid>
		<description><![CDATA[This week's virtual Tech Field Day roundtable discussion focuses on Nimbus Data Systems. Tom Isakovich, CEO of Nimbus, gave the Tech Field Day Delegates a sneak peek at their new S-class solid state iSCSI storage array.]]></description>
			<content:encoded><![CDATA[<p>This week&#8217;s virtual Tech Field Day roundtable discussion focuses on <a href="http://nimbusdata.com/"  target="_blank">Nimbus Data Systems</a>. Tom Isakovich, CEO of Nimbus, gave the Tech Field Day Delegates a sneak peek at their new S-class solid state iSCSI storage array.</p>
<p>Nimbus claims that the S-class will deliver new levels of performance in a compact, reliable, and affordable package. The array starts at around $25,000 for 2.5 TB of thin-provisioned, deduplicated flash storage and scales to 100 TB and 500,000 IOPS. The array also boasts high-performance snapshots and integrated replication.</p>
<p>Joining Nimbus for this roundtable discussion were ten Tech Field Day delegates:</p>
<ul>
<li>Jason Boche (<a href="http://twttter.com/author/JasonBoche" >@JasonBoche</a>, <a href="http://boche.net/blog/" >Boche.net</a>)</li>
<li>Carlo Costanzo (<a href="http://twttter.com/author/CCostan" >@CCostan</a>, <a href="http://www.vmwareinfo.com/" >VMware Info</a>)</li>
<li><a href="http://gestaltit.com/author/chris/" >Chris Evans</a> (<a href="http://twttter.com/author/ChrisMEvans" >@ChrisMEvans</a>, <a href="http://thestoragearchitect.com/" >The Storage Architect</a>)</li>
<li><a href="http://gestaltit.com/author/greg/" >Greg Ferro</a> (<a href="http://twttter.com/author/EtherealMind" >@EtherealMind</a>, <a href="http://etherealmind.com/" >EtherealMind</a>)</li>
<li>Scott D. Lowe (<a href="http://twttter.com/author/ScottDLowe" >@ScottDLowe</a>, <a href="http://www.techrepublic.com/" >Tech Republic</a>)</li>
<li><a href="http://gestaltit.com/author/scott/" >Scott Lowe</a> (<a href="http://twttter.com/author/Scott_Lowe" >@Scott_Lowe</a>, <a href="http://blog.scottlowe.org/" >ScottLowe.org</a>)</li>
<li><a href="http://gestaltit.com/author/devang/" >Devang Panchigar</a> (<a href="http://twttter.com/author/StorageNerve" >@StorageNerve</a>, <a href="http://storagenerve.com/" >StorageNerve</a>)</li>
<li><a href="http://gestaltit.com/author/bas/" >Bas Raayman</a> (<a href="http://twttter.com/author/BasRaayman" >@BasRaayman</a>, <a href="http://basraayman.com/" >Bas Raayman</a>)</li>
<li>Matt Simmons (<a href="http://twttter.com/author/StandaloneSA" >@StandaloneSA</a>, <a href="http://www.standalone-sysadmin.com/blog" >Standalone Sysadmin</a>)</li>
<li>Rick Vanover (<a href="http://twttter.com/author/RickVanover" >@RickVanover</a>, <a href="http://virtualizationreview.com/blogs/everyday-virtualization/list/blog-list.aspx" >Virtualization Review</a>)</li>
</ul>
<p><a href="http://services.media.gestaltit.com/sfoskett/4-Nimbus.mp3"  target="_blank">Download the Nimbus roundtable podcast now</a>, or <a rel="nofollow" href="http://itunes.apple.com/us/podcast/id368385265"  target="_blank">subscribe in iTunes</a> to tune in to the discussion!</p>
<p><div id="tfd-disclaimer">
<em>Note: Tech Field Day is a sponsored event. Although the delegates receive no direct compensation, all event expenses are paid by the sponsors through Gestalt IT Media LLC. No editorial control is exerted over the delegates and they are expected, and explicitly instructed, to maintain the highest standards of integrity and honesty.</em>
</div></p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://gestaltit.com/featured/top/stephen/podcast-7-stack-wars-roundtable-2/"  rel="bookmark" class="crp_title">Podcast 7: Stack Wars Roundtable 2</a></li><li><a href="http://gestaltit.com/featured/top/stephen/podcast-6-stack-wars-roundtable-1/"  rel="bookmark" class="crp_title">Podcast 6: Stack Wars Roundtable 1</a></li><li><a href="http://gestaltit.com/all/tech/storage/stephen/podcast-8-symantec-application-ha-virtualstore-netbackup-7/"  rel="bookmark" class="crp_title">Podcast 8: Symantec Application HA, VirtualStore, and NetBackup 7</a></li><li><a href="http://gestaltit.com/featured/stephen/tech-field-day-boston-links/"  rel="bookmark" class="crp_title">Tech Field Day Boston: The Links</a></li><li><a href="http://gestaltit.com/all/tech/storage/stephen/podcast-10-xsigo-discussion-vmworld/"  rel="bookmark" class="crp_title">Podcast 10: Xsigo Discussion at VMworld</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://gestaltit.com/featured/top/stephen/podcast-4-virtual-field-day-nimbus-roundtable/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© Stephen Foskett for <a href="http://gestaltit.com">Gestalt IT</a>, 2010. |
<a href="http://gestaltit.com/featured/top/stephen/podcast-4-virtual-field-day-nimbus-roundtable/">Podcast 4: Virtual Field Day Nimbus Roundtable</a>
<br/>
Read more posts categorized as <a href="http://gestaltit.com/category/all/" title="View all posts in All" rel="category tag">All</a>, <a href="http://gestaltit.com/category/all/events/" title="View all posts in Events" rel="category tag">Events</a>, <a href="http://gestaltit.com/category/exclusive/" title="View all posts in Exclusive" rel="category tag">Exclusive</a>, <a href="http://gestaltit.com/category/featured/" title="View all posts in Featured" rel="category tag">Featured</a>, <a href="http://gestaltit.com/category/all/tech/storage/" title="View all posts in Storage" rel="category tag">Storage</a>, <a href="http://gestaltit.com/category/podcast/" title="View all posts in Tech Field Day Roundtable Podcast" rel="category tag">Tech Field Day Roundtable Podcast</a>, <a href="http://gestaltit.com/category/featured/top/" title="View all posts in Top Story" rel="category tag">Top Story</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://gestaltit.com/featured/top/stephen/podcast-4-virtual-field-day-nimbus-roundtable/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://services.media.gestaltit.com/sfoskett/4-Nimbus.mp3" length="15470050" type="audio/mpeg" />
			<itunes:keywords>flash,IOPS,iSCSI,NAS,Nimbus,roundtable,SSD,Tech Field Day,Tom Isakovitch</itunes:keywords>
		<itunes:subtitle>This week&#039;s virtual Tech Field Day roundtable discussion focuses on Nimbus Data Systems. Tom Isakovich, CEO of Nimbus, gave the Tech Field Day Delegates a sneak peek at their new S-class solid state iSCSI storage array.</itunes:subtitle>
		<itunes:summary>This week&#039;s virtual Tech Field Day roundtable discussion focuses on Nimbus Data Systems. Tom Isakovich, CEO of Nimbus, gave the Tech Field Day Delegates a sneak peek at their new S-class solid state iSCSI storage array.</itunes:summary>
		<itunes:author>Stephen Foskett</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:duration>32:13</itunes:duration>
	</item>
		<item>
		<title>COPAN, EMC/VMware &amp; STEC</title>
		<link>http://gestaltit.com/all/tech/storage/chris/copan-emc-vmware-stec/</link>
		<comments>http://gestaltit.com/all/tech/storage/chris/copan-emc-vmware-stec/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 18:30:39 +0000</pubDate>
		<dc:creator>Chris Evans</dc:creator>
				<category><![CDATA[Storage]]></category>
		<category><![CDATA[acquisitions]]></category>
		<category><![CDATA[COPAN]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[SGI]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[STEC]]></category>
		<category><![CDATA[TechTarget]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.thestoragearchitect.com/?p=1186</guid>
		<description><![CDATA[Over the last week there have been a few stories catching my eye: 
- SGI Acquires COPAN Systems
- EMC Sells IP to VMware
- STEC Shares Get Punished]]></description>
			<content:encoded><![CDATA[<p>Over the last week there have been a few stories catching my eye.  Here’s a brief paragraph on them.</p>
<h3>SGI Acquires COPAN Systems</h3>
<p>In fact to be more precise, SGI have acquired some of the assets of COPAN and left the liabilities behind for a mere $2 million in cash (<a href="http://www.copansystems.com/news/press_releases.php?press_id=99" onclick="pageTracker._trackPageview('/outgoing/www.copansystems.com/news/press_releases.php?press_id=99&amp;referer=');" >press release</a>).  The demise of COPAN raises two potential questions; is spin-down a dead technology or were COPAN in a market that wasn’t able to understand their technology?  I have to admit it took me a while to get what COPAN were offering.  In fact I had a presentation of their technology by the UK team a couple of years ago in which I experienced that “light bulb” moment.  However times change.  Ask yourself the following questions:</p>
<ul>
<li>How expensive was COPAN compared to a standard modular solution?</li>
<li>What savings could I actually achieve in a COPAN solution?</li>
<li>Which other vendors now offer spin-down in their products?</li>
</ul>
<p>At the end of the day, the majority of an array is disk drives, which cost the same, whoever you purchase them from.  Savings from suspending power usage are not that great; powering down a single drive may only save $10-15/year, hardly a massive saving.  With other vendors also offering spin down in their products, it was only a matter of time before COPAN hit a wall.  I evaluated the product for deployment at a client.  My major issue with the offering was the sheer weight of it.  This factor alone would have made impractical for many data centres.</p>
<h3>EMC Sells IP to VMware</h3>
<p>It’s a bit like borrowing something from your parents; EMC are selling some of their software IP to VMware for the princely sum of $200 million (<a href="http://www.vmware.com/company/news/releases/emc-ionix.html" onclick="pageTracker._trackPageview('/outgoing/www.vmware.com/company/news/releases/emc-ionix.html?referer=');" >press release</a>).  The products being transferred relate to server  and application management. Does this mean that owning the Hypervisor isn’t enough to beat the competition?  I expect it does.  Where’s the money to be made in selling a hypvervisor that in a few years will have to be given away for free?  Hyper-V may not be competitive today, but a free product definitely beats a one that has to be paid for, even if the features aren’t quite as good.  So the future is selling add-on value, simplification or tie-in.  Maybe that’s the reason behind the parental selloff.</p>
<h3>STEC Shares Get Punished</h3>
<p>STEC shares have yet again taken a battering after they missed earnings target by a mile (<a rel="nofollow" href="http://feedproxy.google.com/~r/barrons/techtraderdaily/feed/~3/iXmdyAE7B0U/" onclick="pageTracker._trackPageview('/outgoing/feedproxy.google.com/_r/barrons/techtraderdaily/feed/_3/iXmdyAE7B0U/?referer=');" >Barrons Report</a>).  The press report on the link makes an interesting comment claiming EMC may have effectively stopped ordering SSDs.</p>
<p>I’ve personally always thought that SSDs were overhyped.  I never believed they would be adopted as quickly as EMC predicted (or more accurately would have wished).  Have a look at Beth Pariseau’s article from this time last year (<a href="http://searchstorage.techtarget.com/news/article/0,289142,sid5_gci1350441,00.html" onclick="pageTracker._trackPageview('/outgoing/searchstorage.techtarget.com/news/article/0_289142_sid5_gci1350441_00.html?referer=');" >TechTarget </a>article).  At the time Tucci claimed EMC were selling “every SSD they could get their hands on”.  We can only assume that has changed.  What a difference a year makes.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://gestaltit.com/all/tech/storage/chris/enterprise-computing-is-there-any-point-buying-from-emc/"  rel="bookmark" class="crp_title">Enterprise Computing: Is There Any Point Buying From EMC?</a></li><li><a href="http://gestaltit.com/all/tech/storage/chris/enterprise-computing-is-the-solid-state-drive-hype-over/"  rel="bookmark" class="crp_title">Enterprise Computing: Is the Solid State Drive Hype Over?</a></li><li><a href="http://gestaltit.com/all/tech/storage/chris/hardware-review-drobo-elite-1/"  rel="bookmark" class="crp_title">Hardware Review: Drobo Elite – Part I</a></li><li><a href="http://gestaltit.com/all/tech/storage/chris/drobo-pro-hyper-v/"  rel="bookmark" class="crp_title">DroboPro – Hyper-V’s Best Friend!</a></li><li><a href="http://gestaltit.com/all/tech/storage/chris/gestaltit-tech-field-day-%e2%80%93-day-2-ocarina-nirvanix-and-data-robotics/"  rel="bookmark" class="crp_title">GestaltIT Tech Field Day – Day 2: Ocarina, Nirvanix and Data Robotics</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://gestaltit.com/all/tech/storage/chris/copan-emc-vmware-stec/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© Chris for <a href="http://gestaltit.com">Gestalt IT</a>, 2010. |
<a href="http://gestaltit.com/all/tech/storage/chris/copan-emc-vmware-stec/">COPAN, EMC/VMware &#038; STEC</a>
<br/>
Read more posts categorized as <a href="http://gestaltit.com/category/all/tech/storage/" title="View all posts in Storage" rel="category tag">Storage</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://gestaltit.com/all/tech/storage/chris/copan-emc-vmware-stec/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extreme Tiered Storage: Flash, Disk, and Cloud</title>
		<link>http://gestaltit.com/all/tech/storage/stephen/extreme-tiered-storage-flash-disk-cloud/</link>
		<comments>http://gestaltit.com/all/tech/storage/stephen/extreme-tiered-storage-flash-disk-cloud/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 18:30:50 +0000</pubDate>
		<dc:creator>Stephen Foskett</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[BoinxTV]]></category>
		<category><![CDATA[cloud storage]]></category>
		<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Ilja Coolen]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[Storage Expo NL]]></category>
		<category><![CDATA[tiered storage]]></category>
		<category><![CDATA[tiering]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[VNU]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=2399</guid>
		<description><![CDATA[In this video, I present the shortcomings of traditional tiered storage and propose a solution: Although merely using different disk types will never deliver the goods, adding flash and cloud to an integrated, automated solution will be truly revolutionary. I look forward to the day when all of today's buzz-worthy technologies (flash, cloud, thin provisioning, automated tiering, post-RAID) are mixed together to form a really revolutionary storage system.]]></description>
			<content:encoded><![CDATA[<p><!-- google_ad_section_start --></p>
<p>My presence at <a href="http://www.storage-expo.nl/en/Bezoeker.aspx" >Storage Expo NL</a> may have been cursed, but my presentation went off without a hitch thanks to the creativity and flexibility of the VNU staff and Expo volunteers like <a href="http://twitter.com/IljaCoolen" >Ilja Coolen</a>. In my session, I talked about the shortcomings of traditional tiered storage as a way to advance the Noble Goals of Storage Management and proposed a solution: Although <strong>merely using different disk types will never deliver the goods</strong>, adding flash and cloud to an integrated, automated solution will be truly revolutionary. I look forward to the day when all of today’s buzz-worthy technologies (flash, cloud, thin provisioning, automated tiering, post-RAID) are <strong>mixed together to form a really revolutionary storage system</strong>.</p>
<p>I went ahead and recorded the entire presentation and posted it on Vimeo for anyone to see. But I just realized I never posted it here to my blog. So without further ado, I give you “<a href="http://vimeo.com/7652585" >Extreme Tiered Storage: Flash, Disk, and Cloud</a>!”</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=7652585&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://vimeo.com/moogaloop.swf?clip_id=7652585&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/7652585" >Stephen Foskett on Extreme Tiered Storage</a> from <a href="http://vimeo.com/sfoskett" >Stephen Foskett</a> on <a href="http://vimeo.com" >Vimeo</a>.</p>
<p>By the way, in case you were wondering, I used <a href="http://www.boinx.com/boinxtv/overview/" >BoinxTV</a> to create this video.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://gestaltit.com/featured/top/stephen/cradlepoint-interview-personal-hotspot-giveaway/"  rel="bookmark" class="crp_title">CradlePoint Interview and Personal Hotspot Giveaway</a></li><li><a href="http://gestaltit.com/all/tech/virtualization/stephen/virtumania-podcast/"  rel="bookmark" class="crp_title">Rich Brambley Talks About His VIRTUMANIA Podcast</a></li><li><a href="http://gestaltit.com/featured/top/stephen/greg-stuart-bochenet-vmworld/"  rel="bookmark" class="crp_title">Congratulations, Greg Stuart, You&#8217;re Going To VMworld!</a></li><li><a href="http://gestaltit.com/featured/stephen/meeting-person/"  rel="bookmark" class="crp_title">Nothing Beats Meeting In Person</a></li><li><a href="http://gestaltit.com/all/tech/networking/stephen/aprius-live-tech-field-day-san-jose/"  rel="bookmark" class="crp_title">Aprius: Live From Tech Field Day San Jose</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://gestaltit.com/all/tech/storage/stephen/extreme-tiered-storage-flash-disk-cloud/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© Stephen Foskett for <a href="http://gestaltit.com">Gestalt IT</a>, 2010. |
<a href="http://gestaltit.com/all/tech/storage/stephen/extreme-tiered-storage-flash-disk-cloud/">Extreme Tiered Storage: Flash, Disk, and Cloud</a>
<br/>
Read more posts categorized as <a href="http://gestaltit.com/category/all/tech/cloud/" title="View all posts in Cloud Computing" rel="category tag">Cloud Computing</a>, <a href="http://gestaltit.com/category/all/tech/storage/" title="View all posts in Storage" rel="category tag">Storage</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://gestaltit.com/all/tech/storage/stephen/extreme-tiered-storage-flash-disk-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

