<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>GigaOM &#187; SSD</title>
	<atom:link href="http://gigaom.com/tag/ssd/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com</link>
	<description></description>
	<lastBuildDate>Mon, 20 May 2013 13:33:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gigaom.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/0db8f6557d022075dbbf010c54d46d93?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>GigaOM &#187; SSD</title>
		<link>http://gigaom.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gigaom.com/osd.xml" title="GigaOM" />
	<atom:link rel='hub' href='http://gigaom.com/?pushpress=hub'/>
		<item>
		<title>Meet DSSD, Andy Bechtolsheim&#8217;s secret chip startup for big data</title>
		<link>http://gigaom.com/2013/04/04/meet-dssd-andy-bechtolsheims-secret-chip-startup-for-big-data/</link>
		<comments>http://gigaom.com/2013/04/04/meet-dssd-andy-bechtolsheims-secret-chip-startup-for-big-data/#comments</comments>
		<pubDate>Thu, 04 Apr 2013 13:58:42 +0000</pubDate>
		<dc:creator>Stacey Higginbotham</dc:creator>
				<category><![CDATA[Andy Bechtolsheim]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[DSSD]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[SSD]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=626417</guid>
		<description><![CDATA[The solution for better and faster storage may lie in DSSD, a stealthy chip startup backed by Andreas von Bechtolsheim, that counts several members of the Sun ZFS team as founders.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=626417&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>For almost three years many of the creators of Sun&#8217;s Zettabyte File System have been slaving away in a Menlo Park, Calif. building trying to build a chip that would improve the performance and reliability of flash memory for high performance computing, newer data analytics and networking. Funded by Andy Bechtolsheim, the startup is called <a href="http://www.dssd.com/">DSSD</a>, and a recent hiring campaign plus the <a href="http://storagemojo.com/2013/03/13/what-is-dssd-building/">release of several patents</a> offers some clues as to what this stealthy startup is about.</p>
<p>DSSD was founded in 2010 by Jeff Bonwick and Bill Moore &#8212; both part of a select few of engineers with experience building out storage operating systems. With the backing of Bechtolsheim, a Silicon Valley rock star and co-founder of Sun Microsystems, who has backed Google and co-founded switch startup Arista, the company has some of the smartest people in the Valley working there. No one from the company wanted to comment on the story.</p>
<p>My sources tell me the startup is building a new type of chip &#8212; they said it&#8217;s really a module, not a chip &#8212; that combines a small amount of processing power with a lot of densely-packed memory. The module runs a pared-down version of Linux designed for storing information on flash memory, and is aimed at big data and other workloads where reading and writing information to disk bogs down the application.</p>
<p>This fits with the expertise of the team, but this is a problem that others are trying to solve as well with faster and cheaper SSDs and targeted software to to optimize the flow of bits to a database. But the proposal here appears to be about designing an operating system that takes advantage of the difference in Flash memory when compared to hard drives to boost I/O.</p>
<p>For example, on old disk drives you store a group of bits in sequential order, but in reality those bits may get dropped anywhere in the drive. After regular use, when you delete a file, a tombstone marker is placed on the &#8220;deleted&#8221; file and you have to then find that tombstone and re-write just the amount of data in that space and then find more space for the rest. So the data goes everywhere. </p>
<p>But the DSSD system sounds like it treats files not as a series of bits but as an object that gets a name. That name is the file&#8217;s address and it stays the same for the life of the file. The result is there&#8217;s no central index that stands between sending the data to storage and storing it, and people can write to it in parallel and not worry abut overwrites. It is both faster and can scale out.</p>
<p>For more details, we can turn to the six patents that DSSD has filed. In mid-March <a href="http://storagemojo.com/2013/03/13/what-is-dssd-building/">Storage Mojo unearthed patents affiliated</a> with the company that imply it is building a type of faster object-level storage using Flash that&#8217;s more durable. From the Storage Mojo article:</p>
<blockquote id="quote-so-what-are-they-bui"><p>So what are they building? They are taking a radically different approach to the problem of high-performance transaction processing storage. The use of flash is a given in TP, and the extra durability, scalability and guaranteed read latency would be very attractive in large TP applications.</p>
<p>The most surprising piece is the object storage-like characteristics suggested by the patents. But handling billions of small objects at high-speed in a flat namespace would make it easy to distribute object indexes among hundreds of users, reducing file system I/O latency. The 3D RAID could eliminate the encoding overhead inherent in advanced erasure codes while providing similar robustness, enabling way-beyond-RAID6 availability.</p></blockquote>
<p>For those who aren&#8217;t storage or computing buffs, the problem here was well explained in a fireside chat that Bechtolsheim had with my colleague Om Malik at our Structure:Data 2011 conference. In it Bechtolsheim outlines the problem that the network causes for access to <a href="http://gigaom.com/2011/03/23/andy-bechtolsheim-arista-networks/">big data around the 6-minute mark</a> and the need to build new interfaces that can take advantage of the parallelism inside flash chips compared to hard disks. If you do that, you can expand the capabilities of flash beyond just density because you can write data to it faster, meaning the network no longer gums up the works.</p>
<p>Of course, when talking about using flash in more places, there&#8217;s always the question of whether this architecture will offer enough of a performance gain to justify the higher price per gigabyte of flash over a hard drive, but for that information we&#8217;ll just have to wait.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=626417&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=120825"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=120825" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=data&utm_medium=editorial&utm_campaign=auto3&utm_term=626417+meet-dssd-andy-bechtolsheims-secret-chip-startup-for-big-data&utm_content=shigginbotham">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/04/aws-storage-gateway-jolts-cloud-storage-ecosystem/?utm_source=data&utm_medium=editorial&utm_campaign=auto3&utm_term=626417+meet-dssd-andy-bechtolsheims-secret-chip-startup-for-big-data&utm_content=shigginbotham">AWS Storage Gateway jolts cloud-storage ecosystem</a></li><li><a href="http://pro.gigaom.com/2011/11/dissecting-the-data-5-issues-for-our-digital-future/?utm_source=data&utm_medium=editorial&utm_campaign=auto3&utm_term=626417+meet-dssd-andy-bechtolsheims-secret-chip-startup-for-big-data&utm_content=shigginbotham">Dissecting the data: 5 issues for our digital future</a></li><li><a href="http://pro.gigaom.com/2011/10/flash-memory-the-continuing-disruption-of-enterprise-storage/?utm_source=data&utm_medium=editorial&utm_campaign=auto3&utm_term=626417+meet-dssd-andy-bechtolsheims-secret-chip-startup-for-big-data&utm_content=shigginbotham">Flash memory: the continuing disruption of enterprise storage</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2013/04/04/meet-dssd-andy-bechtolsheims-secret-chip-startup-for-big-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2011/11/1z5o5925.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2011/11/1z5o5925.jpg?w=150" medium="image">
			<media:title type="html">Arista&#039;s Andy Bechtolsheim at GigaOM RoadMap 2011</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/aee37121e18bf76bb9fee4494bab237a?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">shigginbotham</media:title>
		</media:content>
	</item>
		<item>
		<title>PernixData comes out of stealth to attack server-side flash problem</title>
		<link>http://gigaom.com/2013/02/20/pernixdata-comes-out-of-stealth-to-attack-server-side-flash-problem/</link>
		<comments>http://gigaom.com/2013/02/20/pernixdata-comes-out-of-stealth-to-attack-server-side-flash-problem/#comments</comments>
		<pubDate>Wed, 20 Feb 2013 17:00:30 +0000</pubDate>
		<dc:creator>Barb Darrow</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Flash storage]]></category>
		<category><![CDATA[PernixData]]></category>
		<category><![CDATA[Poojan Kumar]]></category>
		<category><![CDATA[ProximData]]></category>
		<category><![CDATA[server-side flash]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=612044</guid>
		<description><![CDATA[Startup founded by two VMware veterans aims to make server-side flash more scalable by pooling it into a shared resource and -- wait for it -- virtualizing it.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=612044&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Server-side flash memory is a big thing. It puts fast storage right next to the compute nodes, which speeds things up, but that model is not particularly virtualization friendly. Startup PernixData, once known as ProximData, wants to change that &#8212; it aspires to be what it calls &#8220;the VMware of server flash.&#8221;</p>
<div id="attachment_612050" class="wp-caption alignleft" style="width: 293px"><a href="http://gigaom.com/2013/02/20/pernixdata-comes-out-of-stealth-to-attack-server-side-flash-problem/pernixsatyam/" rel="attachment wp-att-612050"><img  alt="PernixData co-founder and CTO Satyam Vaghani" src="http://gigaom2.files.wordpress.com/2013/02/pernixsatyam.jpg?w=283&#038;h=300" width="283" height="300" class="size-medium wp-image-612050" /></a><p class="wp-caption-text">PernixData co-founder and CTO Satyam Vaghani</p></div>
<p>The company co-founders know from VMware. CEO Poojan Kumar once headed up data product initiatives at the virtualization giant, where he worked on vFabric Data Director and other projects. Co-founder and company CTO Satyam Vaghani was principal engineer at VMware, where he worked on the vSphere kernel and created the company&#8217;s VMFS clustered file system.</p>
<p>PernixData&#8217;s software, now in beta, will aggregate all of a customer&#8217;s server-side flash into one shareable pool. &#8220;We make a flash virtualization platform that sits between your apps and the primary storage system and acts as a read/write acceleration tier for all the data in motion,&#8221; Vaghani said in an interview.</p>
<h2 id="no-rip-and-replace">No rip and replace</h2>
<p>The software itself runs on the servers &#8212; actually within the hypervisors. It only works with VMware initially but Microsoft Hyper-V and KVM support is promised. That means customers don&#8217;t have to replace existing servers or their existing primary storage, and that&#8217;s an attractive proposition for many businesses that don&#8217;t want to rip out and replace perfectly good hardware.</p>
<p>PernixData claims its software-only approach to this problem is unique. That may be but many other vendors are also attacking the issues associated with server-side flash performance, says Howard Marks, founder and chief scientist of <a href="http://deepstorage.net/">Deep Storage LLC.</a> &#8220;There are 22 products in my database that in one way or another use solid state flash to accelerate access to shared storage and make things go faster,&#8221; he said.</p>
<h2 id="making-server-side-flash-virtu">Making server-side flash virtualization friendly</h2>
<p>Legacy giants like HP, <a href="http://gigaom.com/2012/08/21/netapp-brings-fusion-io-server-flash-storage-into-the-fold/">NetApp</a>, and <a href="http://gigaom.com/2012/04/23/if-emc-buys-xtremio-the-flash-war-is-on/">EMC</a>, all have their takes on the problem but none of those products fit very well into a virtualized world, analysts said.</p>
<p>&#8220;If you put flash in a server, then flash is owned by that server,&#8221; Marks said. And that causes problems for companies that want to use Vmotion to move their workloads around. PernixData writes the data to SSDs in at least two servers, which means that if one goes down, the surviving server can flush that data to where it needs to be, said Marks.</p>
<p>Marks does give PernixData credit, which received an unspecified amount of A Series funding from Lightspeed Ventures, for its software-only focus, noting that last year <a href="http://searchstorage.techtarget.com/news/2240158066/Dell-storage-products-roadmap-includes-server-flash-primary-dedupe">Dell spoke of a similar strategy called Fluid Cache</a>, based on technology acquired from RNA Networks, but it&#8217;s not on the market yet.</p>
<p>But as Marks pointed out, there are many other ways to skin the server flash storage cat. &#8220;Flash is a complicated space and there are so many startups and technologies it&#8217;s hard to see where they all fit. Pernix seems to be the only software-only way to unlock server-side flash to be more scalable but there are many other companies working to enhance flash,&#8221; said Stuart Miniman, <a href="http://wikibon.org/">Wikibon </a>analyst.</p>
<p><a href="http://qlogic.com/Pages/default.aspx"> QLogic,</a> for example, bakes software into its adapters that take PCIE server side flash storage or other SSDs and turns them into a SAN device, Miniman said. And, GigaOM&#8217;s Stacey Higginbotham outlined <a href="http://gigaom.com/2013/02/19/jeda-networks-proposes-yet-another-software-defined-option-for-the-data-center/">Jeda Networks&#8217;</a> take on the problem earlier this week.</p>
<p><a href="http://gigaom.com/2013/02/20/pernixdata-comes-out-of-stealth-to-attack-server-side-flash-problem/pernixdata2/" rel="attachment wp-att-612045"><img  alt="pernixdata2" src="http://gigaom2.files.wordpress.com/2013/02/pernixdata2.jpg?w=708&#038;h=271" width="708" height="271" class="aligncenter size-full wp-image-612045" /></a></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=612044&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=855086"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=855086" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=612044+pernixdata-comes-out-of-stealth-to-attack-server-side-flash-problem&utm_content=gigabarb">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/10/cloud-and-data-third-quarter-2012-analysis-and-outlook/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=612044+pernixdata-comes-out-of-stealth-to-attack-server-side-flash-problem&utm_content=gigabarb">Cloud and data third-quarter 2012</a></li><li><a href="http://pro.gigaom.com/2012/07/cloud-and-data-second-quarter-2012-analysis-and-outlook-2/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=612044+pernixdata-comes-out-of-stealth-to-attack-server-side-flash-problem&utm_content=gigabarb">Takeaways from the second quarter in cloud and data</a></li><li><a href="http://pro.gigaom.com/2012/01/how-amazons-dynamodb-is-rattling-the-big-data-and-cloud-markets/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=612044+pernixdata-comes-out-of-stealth-to-attack-server-side-flash-problem&utm_content=gigabarb">Amazon’s DynamoDB: rattling the cloud market</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2013/02/20/pernixdata-comes-out-of-stealth-to-attack-server-side-flash-problem/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2013/02/poojan.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2013/02/poojan.jpg?w=150" medium="image">
			<media:title type="html">Poojan Kumar</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/4af03439988d64f816da72496325cb73?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">gigabarb</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2013/02/pernixsatyam.jpg?w=283" medium="image">
			<media:title type="html">PernixData co-founder and CTO Satyam Vaghani</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2013/02/pernixdata2.jpg" medium="image">
			<media:title type="html">pernixdata2</media:title>
		</media:content>
	</item>
		<item>
		<title>ScaleIO joins the pack of pooled storage startups with $12M</title>
		<link>http://gigaom.com/2012/12/04/scaleio-joins-the-pack-of-pooled-storage-startups-with-12m/</link>
		<comments>http://gigaom.com/2012/12/04/scaleio-joins-the-pack-of-pooled-storage-startups-with-12m/#comments</comments>
		<pubDate>Tue, 04 Dec 2012 13:00:47 +0000</pubDate>
		<dc:creator>Stacey Higginbotham</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[Greylock Partners]]></category>
		<category><![CDATA[Norwest Venture Partners]]></category>
		<category><![CDATA[nutanix]]></category>
		<category><![CDATA[Convergent.io]]></category>
		<category><![CDATA[ScaleIO]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=590397</guid>
		<description><![CDATA[ScaleIO, a Palo Alto storage startup that wants to create pools of storage resources using SSDs and existing storage hardware, has raised $12 million in first-round funding from Norwest Venture Partners and Greylock Partners. It joins several other startups hoping to win big in storage.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=590397&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.scaleio.com/">ScaleIO</a>, a startup offering software-defined storage software, raised $12 million in Series A funding from Greylock Israel, Norwest Venture Partners, and undisclosed private investors. The two-year-old startup will use the money to expand the sales and support of its existing software product.</p>
<p>ScaleIO joins other startups that have launched in the latter half of the year hoping to create pools of storage that can be used by any application in a virtualized environment. Those startups include <a href="http://gigaom.com/cloud/nutanix-raises-33m-for-a-new-type-of-scale-out-storage/">Nutanix</a> and <a href="http://gigaom.com/cloud/stealthy-convergent-io-gets-10m-for-software-defined-storage/">Convergent.io.</a> Fusion-io <a href="http://gigaom.com/cloud/that-was-fast-fusion-io-launches-io-turbine-product/">has a software product in this space</a> as well.</p>
<p>The idea behind this growing number of products is to help address the problems that virtualization has caused for the storage market by making a storage area network (SAN) look more like direct attached storage. In traditional networks someone would configure a server to point to a SAN but these products take advantage of the ever-growing use of SSDs in the data center and overlay software on top to make a more flexible pool of storage. Most of these products, including ScaleIO&#8217;s, also let organizations tie in their existing hard disks and SANs into this pool of storage as well.</p>
<p>The result is that IT organizations can take advantage of fast RAM or nearby flash-based SSDs for applications that need a lot of speed. They can also stitch together several nearby SSDs or RAM to scale out as needed while still using existing storage infrastructure comprised of hard drives as well. ScaleIO also touts that its software can move storage resources around even if a node in its pool goes dark like for example, if a systems administrator shuts down the server. That&#8217;s a good indication that the team here recognizes that while the virtual servers in a cloud may be ephemeral but underneath it all are physical machines that must be taken into account.</p>
<p>That&#8217;s a good understanding to have when you&#8217;re building out software that is designed to create an abstraction layer to manage physical devices. ScaleIO’s team has worked at a huge number of scaled-out storage companies including IBM, Topio (acquired by NetApp), NetApp, LSI, and Xtremio (acquired by EMC). The Palo Alto, Calif.-based startup already has 24 pilot customers and five customers in production including SAP and Colt (a Fidelity company).</p>
<p><em><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/">Feature photo courtesy of</a> Flickr user <a href="http://www.flickr.com/photos/goma/">getinet</a></em></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=590397&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=476259"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=476259" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=590397+scaleio-joins-the-pack-of-pooled-storage-startups-with-12m&utm_content=shigginbotham">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/10/flash-memory-the-continuing-disruption-of-enterprise-storage/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=590397+scaleio-joins-the-pack-of-pooled-storage-startups-with-12m&utm_content=shigginbotham">Flash memory: the continuing disruption of enterprise storage</a></li><li><a href="http://pro.gigaom.com/2009/09/report-how-mobile-cloud-computing-will-change-tech/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=590397+scaleio-joins-the-pack-of-pooled-storage-startups-with-12m&utm_content=shigginbotham">Report: How Mobile Cloud Computing Will Change Tech</a></li><li><a href="http://pro.gigaom.com/2012/03/a-near-term-outlook-for-big-data/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=590397+scaleio-joins-the-pack-of-pooled-storage-startups-with-12m&utm_content=shigginbotham">A near-term outlook for big data</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/12/04/scaleio-joins-the-pack-of-pooled-storage-startups-with-12m/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/10/4431397172_6ab46d0a84_z.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/10/4431397172_6ab46d0a84_z.jpg?w=150" medium="image">
			<media:title type="html">cloud storage</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/aee37121e18bf76bb9fee4494bab237a?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">shigginbotham</media:title>
		</media:content>
	</item>
		<item>
		<title>Rackspace breaks out block storage with disk and SSD options</title>
		<link>http://gigaom.com/2012/10/23/rackspace-breaks-out-block-storage-with-disk-and-ssd-options/</link>
		<comments>http://gigaom.com/2012/10/23/rackspace-breaks-out-block-storage-with-disk-and-ssd-options/#comments</comments>
		<pubDate>Tue, 23 Oct 2012 12:00:39 +0000</pubDate>
		<dc:creator>Barb Darrow</dc:creator>
				<category><![CDATA[Amazon]]></category>
		<category><![CDATA[block storage]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Cloud Storage]]></category>
		<category><![CDATA[John Engates]]></category>
		<category><![CDATA[Rackspace]]></category>
		<category><![CDATA[SSD]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=576070</guid>
		<description><![CDATA[Rackspace's new OpenStack-powered Cloud Block Storage comes in spinning disk and faster SSD tiers and lets customers mix and match block size with compute instances as needed, says company CTO John Engates. <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=576070&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Rackspace continued to roll out pieces of its OpenStack cloud Tuesday with the debut of Cloud Block Storage.</p>
<div id="attachment_491312" class="wp-caption alignleft" style="width: 138px"><a href="http://gigaom.com/cloud/rackspace-readies-openstack-for-prime-time/john-engates/" rel="attachment wp-att-491312"><img  title="John Engates" alt="" src="http://gigaom2.files.wordpress.com/2012/02/john-engates.jpg?w=708"   class="size-full wp-image-491312" /></a><p class="wp-caption-text">Rackspace CTO John Engates</p></div>
<p>Unlike its current non-OpenStack storage, this offering lets customers mix and match sizes of block storage volumes as needed with their compute instances. &#8220;We used to offer block storage associated with our cloud servers but it came in pre-defined bundles &#8212; large servers got a lot of storage, small servers got a small amount. This decouples that decision,&#8221; Rackspace CTO John Engates said in an interview.</p>
<p>And, unlike Amazon Rackspace offers both a traditional disk-based tier for $0.15 per GB per month and faster solid state disk (SSD)-based storage, for $0.70 per GB per month.  Snapshots cost an additional $0.10 per GB per month.</p>
<p>Amazon&#8217;s analogous  <a href="http://aws.amazon.com/pricing/ebs/">Elastic Block Storage</a> (EBS) is $0.10 per GB/month for provisioned storage for standard volumes,  or $0.125 per GB/month for provisioned IOPS volumes. But Amazon also charges for I/O. Amazon does not offer an SSD EBS tier, although starting this summer it did initiate new <a href="http://gigaom.com/cloud/amazon-launches-database-friendly-ssd-backed-instances/">&#8220;High I/O Quadruple Extra Large” compute instances </a>that use SSD to store and retrieve data fast</p>
<p>Solid-state storage has become an important part of the cloud equation with many vendors. It is very fast, and its coming down in price, but it&#8217;s still far more expensive than traditional &#8220;spinning disks.&#8221;</p>
<p>Rackspace hopes to parlay its OpenStack cloud implementation to challenge Amazon in public cloud and other competitors &#8212; including others in the OpenStack camp &#8212; in private cloud infrastructure.  A report last week that retail giant <a href="http://news.investors.com/technology/101012-628787-wal-mart-ramps-up-rackspace-cloud-for-big-data.htm">Walmart is using Rackspace&#8217;s OpenStack cloud </a>to power its big data analysis efforts has buoyed the company. Neither Walmart nor Rackspace will comment on the report which came from William Blair analyst Jim Breen.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=576070&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=618242"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=618242" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=576070+rackspace-breaks-out-block-storage-with-disk-and-ssd-options&utm_content=gigabarb">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/04/aws-storage-gateway-jolts-cloud-storage-ecosystem/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=576070+rackspace-breaks-out-block-storage-with-disk-and-ssd-options&utm_content=gigabarb">AWS Storage Gateway jolts cloud-storage ecosystem</a></li><li><a href="http://pro.gigaom.com/2012/03/a-near-term-outlook-for-big-data/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=576070+rackspace-breaks-out-block-storage-with-disk-and-ssd-options&utm_content=gigabarb">A near-term outlook for big data</a></li><li><a href="http://pro.gigaom.com/2012/01/how-amazons-dynamodb-is-rattling-the-big-data-and-cloud-markets/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=576070+rackspace-breaks-out-block-storage-with-disk-and-ssd-options&utm_content=gigabarb">Amazon’s DynamoDB: rattling the cloud market</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/10/23/rackspace-breaks-out-block-storage-with-disk-and-ssd-options/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/10/4431397172_6ab46d0a84_z.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/10/4431397172_6ab46d0a84_z.jpg?w=150" medium="image">
			<media:title type="html">cloud storage</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/4af03439988d64f816da72496325cb73?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">gigabarb</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/02/john-engates.jpg" medium="image">
			<media:title type="html">John Engates</media:title>
		</media:content>
	</item>
		<item>
		<title>Nimbus Data feeds flash storage frenzy</title>
		<link>http://gigaom.com/2012/08/20/nimbus-data-feeds-flash-frenzy-with-gemini-array/</link>
		<comments>http://gigaom.com/2012/08/20/nimbus-data-feeds-flash-frenzy-with-gemini-array/#comments</comments>
		<pubDate>Mon, 20 Aug 2012 07:01:17 +0000</pubDate>
		<dc:creator>Barb Darrow</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Flash storage]]></category>
		<category><![CDATA[Flash Video]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[nimbus-data]]></category>
		<category><![CDATA[PURE Storage]]></category>
		<category><![CDATA[Skyera]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[Violin Memory]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=554632</guid>
		<description><![CDATA[The Gemini flash array is the first of what will probably be many solid-state storage products announced this week. Nimbus Data says the new array will cut all-in storage cost to $8 per GB from $10 per GB for its previous model.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=554632&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>The flash frenzy continues this week as <a href="http://www.nimbusdata.com/index.html">Nimbus Data</a> positions its new Gemini flash array as high-density, network-agnostic storage for database, enterprise resource planing (ERP), desktop virtualization and other applications. This is just the first of a flood of flash-related news to come as the <a href="http://www.flashmemorysummit.com/"> Flash Memory Summit</a> kicks off in Santa Clara, CA this week and solid-state memory vendors seek to parlay that event &#8212; and next week&#8217;s <a href="http://www.vmworld.com/community/conference/us/">VMworld </a>&#8211; for maximum exposure.</p>
<p><a href="http://gigaom.com/cloud/nimbus-data-feeds-flash-frenzy-with-gemini-array/nimbus-2/" rel="attachment wp-att-554665"><img  title="nimbus" src="http://gigaom2.files.wordpress.com/2012/08/nimbus1.jpg?w=300&#038;h=71" alt="" width="300" height="71" class="alignleft size-medium wp-image-554665" /></a>Nimbus Data says Gemini will cut total storage acquisition cost &#8212; including software &#8212; to $8 per GB from $10 per GB for its current  E-Series product. Company CEO and Founder Thomas Isakovich said one of the chief draws of Gemini, due out in the next 60 days, is its fault-tolerant design that suits it for these mission-critical applications. &#8220;This goes beyond the power supplies to non-disruptive capacity expansion, non-disruptive software updates,&#8221; he said.</p>
<p>In addition, Gemini&#8217;s density should earn it a look by large companies wanting to save data center real estate and energy, he said. &#8220;To put it in perspective we&#8217;re about 8 times the efficiency of 15K disks. We can fit 1 PB of capacity in a single rack that would take 8 racks and use 10 times the wattage if you used 15K disks,&#8221; he said in a recent interview.</p>
<p>This is important as more companies focus &#8220;not just on capex but data center opex,&#8221; he said, adding: &#8220;They&#8217;re running out of space and power.&#8221; The array also offers software-configurable network interconnects so it can run on Ethernet, Infiniband or Fibre Channel LANs as required.</p>
<p>Analyst Ben Woo, president of New York City-based <a href="http://www.neuralytix.com/">Neuralytix</a>, said Nimbus Data is in the game to prove that flash is more than a short-term solution. &#8220;The fact that they now use interchangeable I/O modules on the back end means companies no longer  have to worry about the networking side, if they change, there&#8217;s a new module.&#8221;</p>
<h2>Priority: proving flash longevity</h2>
<p>Vendors like Nimbus have to convince companies that flash can last. Longevity is the &#8220;number one risk in an all-flash solution,&#8221; Woo said. &#8220;Disk drives have a very predictable life, you know when they&#8217;ll fail and can do things to mitigate that [but] flash is still a question. Nimbus says they&#8217;re taking that to a new level, talking 10 year endurance of their flash,&#8221; he said.</p>
<p>Woo also cited the array&#8217;s parallel architecture that helps it drive faster throughput.  &#8221;This is an opportunity for them to play against the big boys in media and entertainment who need really fast throughput. Nimbus is doing that through a new set of silicon that helps them drive that performance in a parallel versus a serial manner,&#8221; he explained.</p>
<p><a href="http://gigaom.com/cloud/nimbus-data-feeds-flash-frenzy-with-gemini-array/nimbusparallel/" rel="attachment wp-att-554718"><img  title="nimbusparallel" src="http://gigaom2.files.wordpress.com/2012/08/nimbusparallel.jpg?w=708" alt=""   class="aligncenter size-full wp-image-554718" /></a>South San Francisco-based Nimbus Data already claims some big <a href="http://www.nimbusdata.com/company/customers.html">customers</a> including Bloomberg LP, Wachovia, the State of California,IBM Lucent-Alcatel,  and Stanford University.</p>
<h2>Solid-state storage boom continues</h2>
<p>Solid state storage is definitely a growing market &#8212; researcher IDC expects enterprise flash shipments will grow 20 fold by 2016. But the competition is likewise booming with companies from bootstrapped startups to multi-billion-dollar legacy powers all looking for a piece of that action. Last week alone, startup <a href="http://gigaom.com/cloud/flash-is-for-everyone-says-storage-startup-skyera/">Skyera</a> emerged from stealth, claiming its new all-flash Skyhawk array will cut native flash costs &#8212; before compression and deduplication &#8212; to an eye popping $3 per GB. A few days later and at the other end of the spectrum, <a href="http://gigaom.com/cloud/ibm-buys-into-flash-craze-with-texas-memory-acquisition/">IBM announced plans to buy Texas Memory Systems,</a> a Houston-based flash pioneer. That deal, the terms of which were not disclosed, is seen as a way for IBM to better compete with storage leader EMC which ponied up a reported $430 million for EXtremeIO earlier this year.</p>
<p>Other entrants include <a href="http://www.theregister.co.uk/2012/08/14/violin_symantec/">Violin Memory,</a> which just inked  a deal to bring Symantec data management expertise to its arrays, and <a href="http://gigaom.com/cloud/pure-storage-scoops-up-40m-in-validation-of-all-flash-push/">Pure Storage</a> which recently logged $40 million in Series D funding.</p>
<p>Legacy storage vendors like EMC have touted &#8220;tiered&#8221; storage &#8212; in which companies deploy tape, spinning disks and solid-state or flash memory where each solution is most appropriate. Others like Skyera pretty much tout all-flash-all-the-time.</p>
<p>Nimbus Data&#8217;s Isakovich holds a more nuanced view. &#8220;Flash can be a lot of places but will not clean the floor. Tape is here, it&#8217;s not dying, however we think tiering as it&#8217;s done by the big boys is a captive solution and is suboptimal for the user.  We think users will buy fewer tiers because flash is encroaching on high-end disks. People will buy into open tiers, buying best-of-breed for each layer,&#8221; he said.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=554632&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=235194"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=235194" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=554632+nimbus-data-feeds-flash-frenzy-with-gemini-array&utm_content=gigabarb">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/10/cloud-and-data-third-quarter-2012-analysis-and-outlook/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=554632+nimbus-data-feeds-flash-frenzy-with-gemini-array&utm_content=gigabarb">Cloud and data third-quarter 2012</a></li><li><a href="http://pro.gigaom.com/2011/10/flash-memory-the-continuing-disruption-of-enterprise-storage/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=554632+nimbus-data-feeds-flash-frenzy-with-gemini-array&utm_content=gigabarb">Flash memory: the continuing disruption of enterprise storage</a></li><li><a href="http://pro.gigaom.com/2012/07/cloud-and-data-second-quarter-2012-analysis-and-outlook-2/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=554632+nimbus-data-feeds-flash-frenzy-with-gemini-array&utm_content=gigabarb">Takeaways from the second quarter in cloud and data</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/08/20/nimbus-data-feeds-flash-frenzy-with-gemini-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/08/s-class_angle.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/08/s-class_angle.jpg?w=150" medium="image">
			<media:title type="html">Nimbus Data Gemini flash storage</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/4af03439988d64f816da72496325cb73?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">gigabarb</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/08/nimbus1.jpg?w=300" medium="image">
			<media:title type="html">nimbus</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/08/nimbusparallel.jpg" medium="image">
			<media:title type="html">nimbusparallel</media:title>
		</media:content>
	</item>
		<item>
		<title>Flash is for everyone, says storage startup Skyera</title>
		<link>http://gigaom.com/2012/08/14/flash-is-for-everyone-says-storage-startup-skyera/</link>
		<comments>http://gigaom.com/2012/08/14/flash-is-for-everyone-says-storage-startup-skyera/#comments</comments>
		<pubDate>Tue, 14 Aug 2012 07:01:53 +0000</pubDate>
		<dc:creator>Barb Darrow</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[George Crump]]></category>
		<category><![CDATA[LSI]]></category>
		<category><![CDATA[PURE Storage]]></category>
		<category><![CDATA[Rado Danilak]]></category>
		<category><![CDATA[Skyera]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[XtremeIO]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=552645</guid>
		<description><![CDATA[Watch out hard drives -- slick startup Skyera, launched by the founder of SandForce, says it really can put flash storage everywhere -- without breaking the bank. It's a bold claim but one that's backed up with some pretty credible storage expertise.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=552645&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Stealthy startup <a href="http://skyera.com/">Skyera</a> is dropping the veil Tuesday to start talking up new solid-state storage systems it vows can deliver an eye-popping $3-per-GB price for &#8220;native&#8221; storage &#8212; that is before compression and de-duplication. That&#8217;s compared  to competitive offerings that come in at about $10 per GB.</p>
<p>Solid-state, or &#8220;flash&#8221;, storage is hot, hot, hot, hot. A few proof points: <a href="http://www.bizjournals.com/sanjose/news/2012/08/08/pure-storage-raises-40-million-series-d.html">Pure Storage just netted $40 million</a> in Series D funding and storage kingpin <a href="http://gigaom.com/cloud/emc-goes-all-flash-buys-xtremio-for-430m/">EMC bought XtremeIO</a> for $430 million last May.</p>
<p>But Skyera claims it&#8217;s out-doing <a href="http://gigaom.com/cloud/pure-storage-brings-hard-disk-pricing-to-flash-storage/">Pure Storage</a>, <a href="http://gigaom.com/cloud/why-violin-memory-is-worth-billions-in-an-ipo/">Violin Memory</a> or Nimbus Data and others in making solid-state storage more price competitive with <del>as inexpensive as</del> hard drives and by resolving longevity issues that make IT buyers nervous about adopting the technology. The company claims it can cram 44 TB of storage in a <a href="http://en.wikipedia.org/wiki/Rack_unit">1u</a> rack that comprises a ground-up-engineered system including the flash controller, RAID controller, storage blades and network interface.</p>
<h3>Taking flash mainstream, really</h3>
<p>&#8220;Competitors got their [native] cost to $7 or $8 per gig and that puts you at the high-end niche level of enterprise applications where IT has to put such a premium on performance they&#8217;re willing to pay ten times more than a comparable hard disk system,&#8221; Skyera sales VP Tony Barbagallo told me in an interview. &#8220;Solid-state storage will not go mainstream at those prices and our goal is mainstream.&#8221;</p>
<p>Skyera&#8217;s founder and CEO is Rado Danilak, who founded <a href="http://gigaom.com/2011/10/26/lsi-sandforce-chip-m-a/">SandForce, a storage technology company LSI bought last year</a> for $400 million. He and his engineering team has a ton of credibility in this arena. SandForce controllers own about 80 percent of the market, according to some estimates.</p>
<p>To get to cheap flash enterprise storage, Skyera uses inexpensive Multi-Level Cell (MLC) NAND flash, but found a way to do it to prolong the lifespan of the media.  It is able to use high-density sub-20-nm MLC flash because its controller dynamically adjusts as the medium ages to reduce damage over time.</p>
<h3><a href="http://gigaom.com/cloud/flash-is-for-everyone-says-storage-startup-skyera/skyera-copy/" rel="attachment wp-att-552646"><img  title="skyera - Copy" src="http://gigaom2.files.wordpress.com/2012/08/skyera-copy.jpg?w=297&#038;h=99" alt="" width="297" height="99" class="alignleft size-medium wp-image-552646" /></a></h3>
<h3>Putting flash everywhere</h3>
<p>The use of consumer-grade flash in enterprise storage is not new.   &#8221;What&#8217;s cool here is how much capacity [Skyera] gets in a very small footprint and that they&#8217;ve integrated the switching capability right into their array,&#8221; said Jim Bagley, senior analyst with <a href="http://www.ssg-now.com/">Storage Strategies Now</a>, a storage consultancy.</p>
<p>The Skyera team appears to have come up with the next generation of that popular SandForce controller and crafted a huge performance improvement in the process.</p>
<p>Skyera will demonstrate its Skyhawk systems at next week&#8217;s <a href="http://www.flashmemorysummit.com/">Flash Memory Summit</a>. Expect a spate of other flash-related news to come at that event and at VMworld, the following week.</p>
<p>Most storage vendors still talk about using flash judiciously in the enterprise, reserving it for jobs that demand the fastest response. Flash often acts as a &#8220;turbo&#8221; to an existing storage engine, said Mark Peters, senior analyst with <a href="http://www.esg-global.com/">Enterprise Strategy Group.</a>  &#8220;Skyera is saying:  &#8217;forget that, use solid state for everything.&#8217; The only reason we haven&#8217;t done this already is money. It all comes down to price. And, if Skyera has done what it says it&#8217;s done on price, this truly is disruptive,&#8221; he said.</p>
<p><a href="http://www.zdnet.com/blog/datacenter/fusion-io-doubles-capacity-cuts-price-more-than-50-and-drives-datacenter-optimization/1045">Fusion-io, a maker of in-server flash, </a>stands at about $11 per GB, <a href="http://www.informationweek.com/storage/systems/nimbus-ssd-competes-on-price-with-hard-d/232500719">Nimbus Data,</a> a Skyera competitor, at about $10 per GB s0 if Skyera can deliver its promised $3 per GB target, it&#8217;s a pretty significant cut.</p>
<p>George Crump, lead analyst for <a href="http://www.storage-switzerland.com/Welcome.html">Storage Switzerland</a> agreed. &#8220;I get asked all the time when flash will take over the data center and the answer is: when it&#8217;s the same cost as hard drives.&#8221;</p>
<p>If Skyera Skyhawk  lives up to its billing, this is a big step toward that goal. &#8220;The next question is if or when they&#8217;ll get leapfrogged? We&#8217;ll see,&#8221; Crump said.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=552645&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=630571"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=630571" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=552645+flash-is-for-everyone-says-storage-startup-skyera&utm_content=gigabarb">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/10/cloud-and-data-third-quarter-2012-analysis-and-outlook/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=552645+flash-is-for-everyone-says-storage-startup-skyera&utm_content=gigabarb">Cloud and data third-quarter 2012</a></li><li><a href="http://pro.gigaom.com/2011/10/flash-memory-the-continuing-disruption-of-enterprise-storage/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=552645+flash-is-for-everyone-says-storage-startup-skyera&utm_content=gigabarb">Flash memory: the continuing disruption of enterprise storage</a></li><li><a href="http://pro.gigaom.com/2012/07/cloud-and-data-second-quarter-2012-analysis-and-outlook-2/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=552645+flash-is-for-everyone-says-storage-startup-skyera&utm_content=gigabarb">Takeaways from the second quarter in cloud and data</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/08/14/flash-is-for-everyone-says-storage-startup-skyera/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/08/skyhawk-large.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/08/skyhawk-large.jpg?w=150" medium="image">
			<media:title type="html">Skyhawk Large</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/4af03439988d64f816da72496325cb73?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">gigabarb</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/08/skyera-copy.jpg?w=300" medium="image">
			<media:title type="html">skyera - Copy</media:title>
		</media:content>
	</item>
		<item>
		<title>Amazon launches high-performance SSD instances</title>
		<link>http://gigaom.com/2012/07/19/amazon-launches-database-friendly-ssd-backed-instances/</link>
		<comments>http://gigaom.com/2012/07/19/amazon-launches-database-friendly-ssd-backed-instances/#comments</comments>
		<pubDate>Thu, 19 Jul 2012 13:13:34 +0000</pubDate>
		<dc:creator>Barb Darrow</dc:creator>
				<category><![CDATA[Adrian Cockroft]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Cloud Storage]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[Netflix]]></category>
		<category><![CDATA[Solid state storage]]></category>
		<category><![CDATA[SSD]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=544400</guid>
		<description><![CDATA[Amazon's new "High I/O Quadruple Extra Large" compute instances use SSD to store and retrieve lots of data fast -- which should make them popular for interactive web and mobile applications where real-time response to user clicks and gestures is key.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=544400&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://gigaom.com/cloud/amazon-launches-database-friendly-ssd-backed-instances/amazonssd-2/" rel="attachment wp-att-544412"><img  title="amazonssd" src="http://gigaom2.files.wordpress.com/2012/07/amazonssd1-e1342702771989.jpg?w=300&#038;h=224" alt="" width="300" height="224" class="alignleft size-medium wp-image-544412" /></a><strong> Updated</strong>: A new type of compute instance just added to Amazon&#8217;s EC2 menu targets high I/O jobs, including NoSQL database applications. The new &#8220;High I/O Quadruple Extra Large&#8221;  instances store and retrieve lots of data very fast &#8212; a characteristic required by interactive web and mobile applications in which real-time response to user clicks and gestures is key.</p>
<p>As described in a post to the <a href="http://aws.typepad.com/aws/2012/07/new-high-io-ec2-instance-type-hi14xlarge.html">the AWS blog</a> late Wednesday, each &#8220;hi1.4xlarge&#8221; instance can access two 1 TB volumes of fast solid state disk (SSD) storage to enable that speed.</p>
<p>According to the blog:</p>
<blockquote><p>The SSD storage is local to the instance. Using PVM virtualization, you can expect 120,000 random read IOPS (Input/Output Operations Per Second) and between 10,000 and 85,000 random write IOPS, both with 4K blocks. For HVM and Windows AMIs, you can expect 90,000 random read IOPS and 9,000 to 75,000 random write IOPS. By way of comparison, a high-performance disk drive spinning at 15,000 RPM will deliver 175 to 210 IOPS.</p></blockquote>
<p>Netflix, a huge Amazon customer, has already benchmarked the new SSD-enabled instances running a Cassandra test suite. <a href="http://techblog.netflix.com/2012/07/benchmarking-high-performance-io-with.html">Adrian Cockcroft posted a blog</a> outlining the benchmark is here, but the short version is that Netflix validated Amazon&#8217;s raw performance claims for this Cassandra workload. Cockroft is director of architecture for Netflix.</p>
<p>The availability of solid state storage, which is faster and more expensive than more traditional spinning disks, has become a battleground with more companies adding the option as the price for SSDs falls.</p>
<p><strong>Update:</strong> One Amazon user, Robert Shears, president of Greystone Solutions, a Boston developer of e-commerce sites, is generally impressed with the speed at which Amazon makes new features available. This news is more exciting than usual, he said, even though only a few of his customers really need this capability. &#8220;For those who do need it, it will be a real lifesaver,&#8221; he wrote.</p>
<p>&#8220;Our expected use cases are first: SQL Servers that need to scale up in a big hurry due to volume demands and second: clients who are stuck with legacy DBMS systems (relational or pre-relational) who have important line-of-business apps that are running out of steam at the same time DBMS vendors are also running out of steam.&#8221;</p>
<p>The specs for the new instances, which initially will be available from Amazon&#8217;s US East in Northern Virginia and EU West regions, are:</p>
<ul>
<li>8 virtual cores, clocking in at a total of 35 ECU (EC2 Compute Units)</li>
<li>HVM and PVM virtualization</li>
<li>60.5 GB of RAM</li>
<li>10 Gigabit Ethernet connectivity with support for cluster placement groups</li>
<li>2 TB of local SSD-backed storage, visible to you as a pair of 1 TB volumes</li>
</ul>
<p>Early comments to the post were positive. Wrote one commenter:</p>
<blockquote><p>Excellent! But please consider adding a wider range of instance types with SSD storage. Not every server needs 60GB ram and 1TB ssd. Ideally every current instance type should be available with the choice of SSD storage instead(or at least a selection of the most popular ones).</p>
<p>Oh and it would be very nice being able to spin up some Amazon RDS MySQL instances backed by SSDs.</p></blockquote>
<p>Amazon continues to <a href="http://gigaom.com/cloud/amazon-adds-billing-alerts-to-cloud-services-menu/">add new features and functionality</a> to EC2 at a fast clip. It will probably have to keep doing so as<a href="http://blogs.msdn.com/b/windowsazure/archive/2012/07/18/windows-azure-storage-4-trillion-objects-and-counting.aspx"> Microsoft</a> and <a href="http://gigaom.com/cloud/what-google-compute-engine-means-for-cloud-computing/">Google</a> and other well-funded players appear intent on challenging its dominance in massive cloud infrastructure.</p>
<p>For more on the new high I/O instances, check out the video.</p>
<p><iframe src="http://www.youtube.com/embed/_6n6Wqbtjqo?rel=0" frameborder="0" width="560" height="315"></iframe></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=544400&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=444659"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=444659" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=544400+amazon-launches-database-friendly-ssd-backed-instances&utm_content=gigabarb">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/06/cloud-computing-infrastructure-2012-and-beyond/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=544400+amazon-launches-database-friendly-ssd-backed-instances&utm_content=gigabarb">Cloud computing infrastructure: 2012 and beyond</a></li><li><a href="http://pro.gigaom.com/2012/04/infrastructure-q1-cloud-and-big-data-woo-the-enterprise/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=544400+amazon-launches-database-friendly-ssd-backed-instances&utm_content=gigabarb">Infrastructure Q1: Cloud and big data woo enterprises</a></li><li><a href="http://pro.gigaom.com/2012/04/aws-storage-gateway-jolts-cloud-storage-ecosystem/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=544400+amazon-launches-database-friendly-ssd-backed-instances&utm_content=gigabarb">AWS Storage Gateway jolts cloud-storage ecosystem</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/07/19/amazon-launches-database-friendly-ssd-backed-instances/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/07/amazonssd1-e1342702771989.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/07/amazonssd1-e1342702771989.jpg?w=150" medium="image">
			<media:title type="html">amazonssd</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/4af03439988d64f816da72496325cb73?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">gigabarb</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/07/amazonssd1-e1342702771989.jpg?w=300" medium="image">
			<media:title type="html">amazonssd</media:title>
		</media:content>
	</item>
		<item>
		<title>BofA Tech Guru preaches 6 cloud truths</title>
		<link>http://gigaom.com/2012/05/01/bofa-tech-guru-preaches-6-cloud-truths/</link>
		<comments>http://gigaom.com/2012/05/01/bofa-tech-guru-preaches-6-cloud-truths/#comments</comments>
		<pubDate>Tue, 01 May 2012 18:00:35 +0000</pubDate>
		<dc:creator>Barb Darrow</dc:creator>
				<category><![CDATA[Bank of America Merrill Lynch]]></category>
		<category><![CDATA[Brad Spiers]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[in-memory database]]></category>
		<category><![CDATA[private cloud]]></category>
		<category><![CDATA[Solid state storage]]></category>
		<category><![CDATA[SSD]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=516233</guid>
		<description><![CDATA[Brad Spiers, who runs cloud IT for Bank of America Merrill Lynch, has some thoughts about the uses of cloud computing by financial services firms and what is holding back adoption of hot technologies like solid state storage and in-memory databases.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=516233&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://gigaom2.files.wordpress.com/2012/05/5867550791_1996d6f6ec_z.jpg"><img  title="_MG_5622" src="http://gigaom2.files.wordpress.com/2012/05/5867550791_1996d6f6ec_z.jpg?w=300&#038;h=200" alt="" width="300" height="200" class="alignright size-medium wp-image-516236" /></a><a href="http://www.efinancialnews.com/story/2011-09-12/administrators-turn-to-private-clouds">Private cloud computing</a> is big among security-obsessed financial services companies and Bank of America Merrill Lynch is no exception. In a note sent out by the company this week, Brad Spiers, the senior vice president who heads up Compute Innovation for the giant financial services firm, had some insightful points to make about BofA&#8217;s use of cloud technology and cloud computing in general.</p>
<p>Here are some takeaways:</p>
<ol>
<li><strong></strong><strong>Private cloud mandate remains, but changes:</strong> For most financial services firms, secure private clouds (<em>i.e.</em>, clouds they build and manage in house for themselves) remain the way to go. But Spiers foresees possible change. Over the past six months, he&#8217;s seen evidence that vendors are starting to &#8220;get&#8221; data security requirements and is more confident that the bank will build a secure private cloud with vendor partners. Over time, that is<strong>.</strong></li>
<li><strong></strong><strong>GPUs are big in banking:</strong> The BofA uses GPU (graphics processing unit) computing techniques often seen in online gaming and in high-performance scientific computing to run simulations in its derivatives business.</li>
<li><strong>Applications have to catch up with cool technologies:</strong> <a href="http://gigaom.com/cloud/fusion-ios-ipo-went-well-who-wins/">Solid-state storage</a> and <a href="http://gigaom.com/cloud/are-small-businesses-ready-for-big-data-um-yes/">in-memory databases</a> are great if you have software that can use them. But &#8230; &#8220;I want software that I can buy that takes advantage of storage hierarchy changes. SSDs are a great first step in boosting performance, but applications are not yet written to take advantage of this technology,&#8221; Spiers wrote. Similarly, despite talk about &#8220;benefits of in-memory database as the network hierarchy expands with large, fast options, the software is not optimized at the drive and OS level,&#8221; he said.</li>
<li><strong>Other hot technologies worth watching:</strong> Non-volatile memory, <a href="http://gigaom.com/cloud/googles-next-openflow-challenge-taking-sdns-to-the-consumer/">software-defined networking</a> and more parallel compute options have all caught his eye.</li>
<li><strong>What BofA runs now:</strong> As of the end of last year, Bof A ran just south of 90,000 physical servers and 40 percent of them were running a hypervisor. Most of these multi-core, mid-range machines have 16 to 96 G of memory, and run Linux and Windows. Many of the bank&#8217;s businesses were running in IT &#8220;silos.&#8221;</li>
<li><strong>What&#8217;s coming:</strong> A standards-based compute stack based on X86 servers, 10GbE networking, 16 GB Fibre Channel and NAS storage; Windows and Linux OSes and automation tools. The goal is to consolidate a lot of the workloads on the same infrastructure,  boost speed to market, allow elastic AWS-type scaling and better resilience and availability.</li>
</ol>
<p><em><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/">Photo courtesy of</a> Flickr user <a href="http://www.flickr.com/photos/proimos/">Alex E. Proimos</a>.</em></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=516233&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=92621"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=92621" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=516233+bofa-tech-guru-preaches-6-cloud-truths&utm_content=gigabarb">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/05/public-private-or-hybrid-a-guide-to-moving-to-the-cloud/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=516233+bofa-tech-guru-preaches-6-cloud-truths&utm_content=gigabarb">Public, private or hybrid? How to move to the cloud</a></li><li><a href="http://pro.gigaom.com/2012/04/a-cloud-computing-market-forecast/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=516233+bofa-tech-guru-preaches-6-cloud-truths&utm_content=gigabarb">Forecasting the future cloud computing market</a></li><li><a href="http://pro.gigaom.com/2012/03/a-near-term-outlook-for-big-data/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=516233+bofa-tech-guru-preaches-6-cloud-truths&utm_content=gigabarb">A near-term outlook for big data</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/05/01/bofa-tech-guru-preaches-6-cloud-truths/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/05/5867550791_1996d6f6ec_z.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/05/5867550791_1996d6f6ec_z.jpg?w=150" medium="image">
			<media:title type="html">_MG_5622</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/4af03439988d64f816da72496325cb73?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">gigabarb</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/05/5867550791_1996d6f6ec_z.jpg?w=300" medium="image">
			<media:title type="html">_MG_5622</media:title>
		</media:content>
	</item>
		<item>
		<title>Amazon’s DynamoDB: rattling the cloud market</title>
		<link>http://pro.gigaom.com/2012/01/how-amazons-dynamodb-is-rattling-the-big-data-and-cloud-markets/</link>
		<comments>http://pro.gigaom.com/2012/01/how-amazons-dynamodb-is-rattling-the-big-data-and-cloud-markets/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 17:33:13 +0000</pubDate>
		<dc:creator><a href="http://pro.gigaom.com/members/jomaitland/" rel="author">Jo Maitland</a></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Amazon Web Services]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache-hadoop]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[big data]]></category>
		<category><![CDATA[Big Data Appliance]]></category>
		<category><![CDATA[Cassandra]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Cloud Foundry]]></category>
		<category><![CDATA[Cloudant]]></category>
		<category><![CDATA[Cloudera]]></category>
		<category><![CDATA[daily deals]]></category>
		<category><![CDATA[database.com]]></category>
		<category><![CDATA[Dryad]]></category>
		<category><![CDATA[DynamoDB]]></category>
		<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[enterprise IT]]></category>
		<category><![CDATA[etl]]></category>
		<category><![CDATA[eventual-consistency]]></category>
		<category><![CDATA[extract-transform-load]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Groupon]]></category>
		<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[Hadoop Distributed File System]]></category>
		<category><![CDATA[HDFS]]></category>
		<category><![CDATA[Heroku]]></category>
		<category><![CDATA[Hortonworks]]></category>
		<category><![CDATA[iaas]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[infrastructure]]></category>
		<category><![CDATA[infrastructure as a service]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[live streaming]]></category>
		<category><![CDATA[Mapr]]></category>
		<category><![CDATA[mapreduce]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[microsoft-azure]]></category>
		<category><![CDATA[mongohq]]></category>
		<category><![CDATA[Netflix]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[OpenShift]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[PaaS]]></category>
		<category><![CDATA[Platform as a Service]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[Rackspace]]></category>
		<category><![CDATA[rdbms]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[relational-database-management-system]]></category>
		<category><![CDATA[s3]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[SimpleDB]]></category>
		<category><![CDATA[Social Commerce]]></category>
		<category><![CDATA[solid-state drives]]></category>
		<category><![CDATA[SolidFire]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[ssds]]></category>
		<category><![CDATA[streaming music]]></category>
		<category><![CDATA[streaming video]]></category>
		<category><![CDATA[Violin Memory]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[zcloud]]></category>
		<category><![CDATA[Zynga]]></category>

		<guid isPermaLink="false">http://pro.gigaom.com/?p=94832</guid>
		<description><![CDATA[DynamoDB, AWS' latest effort to rock the technology establishment, has many implications for other players in the big data and cloud computing markets. A new GigaOM Pro research note examines just who is affected, and how.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=473802&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>The latest AWS offering to rock the technology establishment is DynamoDB, a NoSQL database service that puts the power of NoSQL in the hands of every developer. This research note analyzes the multiple ways in which Amazon’s announcement has disrupted the big data and cloud computing market and what that means for other companies and offerings in the space — from the startups selling Hadoop distributions to public cloud providers like Rackspace and Microsoft, which will have to scramble to keep up and differentiate. Additional companies mentioned in this report include Cloudant, Heroku and VMware. For a full list of companies, and to read the full report, sign up for a free trial.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=473802&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=22137"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=22137" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=473802+how-amazons-dynamodb-is-rattling-the-big-data-and-cloud-markets&utm_content=gigaedit">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/04/infrastructure-q1-cloud-and-big-data-woo-the-enterprise/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=473802+how-amazons-dynamodb-is-rattling-the-big-data-and-cloud-markets&utm_content=gigaedit">Infrastructure Q1: Cloud and big data woo enterprises</a></li><li><a href="http://pro.gigaom.com/2011/04/infrastructure-q1-iaas-comes-down-to-earth-big-data-takes-flight/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=473802+how-amazons-dynamodb-is-rattling-the-big-data-and-cloud-markets&utm_content=gigaedit">Infrastructure Q1: IaaS Comes Down to Earth; Big Data Takes Flight</a></li><li><a href="http://pro.gigaom.com/2012/06/cloud-computing-infrastructure-2012-and-beyond/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=473802+how-amazons-dynamodb-is-rattling-the-big-data-and-cloud-markets&utm_content=gigaedit">Cloud computing infrastructure: 2012 and beyond</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://pro.gigaom.com/2012/01/how-amazons-dynamodb-is-rattling-the-big-data-and-cloud-markets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://pro.gigaom.com/files/2012/01/boats.jpg?w=150" />
		<media:content url="http://pro.gigaom.com/files/2012/01/boats.jpg?w=150" medium="image">
			<media:title type="html">boats</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/4f3860069d181dbeeb398304f5940a9e?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">gigaedit</media:title>
		</media:content>
	</item>
		<item>
		<title>Amazon&#8217;s DynamoDB shows hardware as means to an end</title>
		<link>http://gigaom.com/2012/01/18/amazons-dynamodb-shows-hardware-as-mean-to-an-end/</link>
		<comments>http://gigaom.com/2012/01/18/amazons-dynamodb-shows-hardware-as-mean-to-an-end/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 19:55:17 +0000</pubDate>
		<dc:creator>Derrick Harris</dc:creator>
				<category><![CDATA[@NYT]]></category>
		<category><![CDATA[Amazon Web Services]]></category>
		<category><![CDATA[Amazon.com]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[iaas]]></category>
		<category><![CDATA[infrastructure as a service]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[solid-state drive]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[Web Infrastructure]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=472377</guid>
		<description><![CDATA[Somewhat lost in the greater story of Amazon Web Services' new DynamoDB NoSQL database is that the new service runs atop a solid-state storage system. By abstracting those SSDs behind a NoSQL service, AWS is trying to prove that hardware presents greater opportunities than Infrastructure-as-a-Service alone.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=472377&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://gigaom2.files.wordpress.com/2012/01/layer-cake.jpg"><img  title="layer cake" src="http://gigaom2.files.wordpress.com/2012/01/layer-cake.jpg?w=300&#038;h=199" alt="" width="300" height="199" class="alignleft size-medium wp-image-472481" /></a>Somewhat lost in the <a href="http://gigaom.com/cloud/amazon-launches-home-grown-nosql-database/">greater story of Amazon Web Services&#8217; new DynamoDB NoSQL database</a> is that the new service runs atop a solid-state storage system. However, by abstracting those SSDs underneath a higher-level application service, AWS has once again demonstrated its cloud wisdom by illustrating how new hardware presents greater opportunities than Infrastructure-as-a-Service alone.</p>
<p>AWS doing solid-state drives is a big deal in the world of cloud computing, where users have been wondering for years when the company might start offering SSDs as a service. Other cloud providers <a href="http://gigaom.com/cloud/cloudsigma-adds-ssds-to-its-public-cloud/">already offer bare SSDs as a service</a>, and more certainly are thinking about it with the advent of companies such as SolidFire that are <a href="http://gigaom.com/cloud/solidfire-gets-25-million-to-fuel-flash-fueled-cloud-storage/">specifically targeting cloud providers with solid-state arrays</a>. The idea is that they&#8217;ll be necessary to run I/O-intensive applications such as databases and ERP, which many large organizations consider mission-critical but which many cloud providers aren&#8217;t yet equipped to handle.</p>
<p>In that sense, DynamoDB is something of a curveball. It lets AWS users leverage the performance of SSDs, only as the underpinning of a new service rather than as a new IaaS feature alone. But that&#8217;s also what makes Amazon&#8217;s decision so wise. By launching a new service that lets developers experience SSDs in a fully managed service so they don&#8217;t have to jump through the hoops of building, deploying and managing an SSD-based cloud application, AWS distinguishes itself from the pack, especially among the web developers that are its bread-and-butter use base.</p>
<p>Web developers use NoSQL databases more frequently than enterprise developers, and NoSQL requires solid-state performance. As several MongoDB users explained at last month&#8217;s MongoSV conference, <a href="http://gigaom.com/cloud/nosqls-great-but-bring-your-a-game/">using AWS&#8217;s cloud means trading hard-disk performance in exchange for convenience and scalability</a>. That trade-off, however, means data must be stored in-memory rather than on disk, which means higher operational costs. At $1 per gigabyte per month, DynamoDB provides SSD performance at a price point far lower than relying on the native memory of EC2 instances (at least in terms of capacity costs).</p>
<p>It&#8217;s services, rather than just Infrastructure-as-a-Service, that most live up to the promise of cloud computing. Going forward, one can envision AWS using SSDs as the basis of numerous other services, including its rumored analytics service and maybe even for a speedier version of its Relational Database Service. Look at Elastic MapReduce. Anyone could use Amazon EC2 instances to build a virtual Hadoop cluster, but Elastic MapReduce <a href="http://gigaom.com/2009/04/02/amazon-brings-mapreduce-to-aws/">eliminates the hassle of even managing that virtual cluster</a>.</p>
<p>It seems likely AWS will eventually offer access to bare SSDs as a service for developers who still prefer to build applications using non-Amazon pieces and who will probably always represent the majority of developers. But that&#8217;s a relatively low-margin business for AWS, and a relatively low-value proposition for users. Web developers, enterprises, third-party cloud database providers, data scientists, whomever, will always need access to cloud-based incarnations of the latest-and-greatest hardware, but cloud providers that really want to stand out will always have to look higher.</p>
<p><em>Image courtesy of <a href="http://www.flickr.com/photos/shimelle/4699194747/">Flickr user shimelle</a>.</em></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=472377&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=474559"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=474559" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=472377+amazons-dynamodb-shows-hardware-as-mean-to-an-end&utm_content=dharrisstructure">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/01/how-amazons-dynamodb-is-rattling-the-big-data-and-cloud-markets/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=472377+amazons-dynamodb-shows-hardware-as-mean-to-an-end&utm_content=dharrisstructure">Amazon’s DynamoDB: rattling the cloud market</a></li><li><a href="http://pro.gigaom.com/2013/01/cloud-and-data-fourth-quarter-2012-analysis/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=472377+amazons-dynamodb-shows-hardware-as-mean-to-an-end&utm_content=dharrisstructure">The fourth quarter of 2012 in cloud</a></li><li><a href="http://pro.gigaom.com/2012/08/understanding-and-managing-the-cost-of-the-cloud/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=472377+amazons-dynamodb-shows-hardware-as-mean-to-an-end&utm_content=dharrisstructure">Understanding and managing the cost of the cloud</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/01/18/amazons-dynamodb-shows-hardware-as-mean-to-an-end/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/01/layer-cake.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/01/layer-cake.jpg?w=150" medium="image">
			<media:title type="html">layer cake</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/9e48ffa0913f65c577727457dd63023f?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">dharrisstructure</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/01/layer-cake.jpg?w=300" medium="image">
			<media:title type="html">layer cake</media:title>
		</media:content>
	</item>
	</channel>
</rss>
