<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Three key things to know about moving MySQL into the cloud.</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2009/07/13/what_problems_will_i_have_migrating_into_the_cloud/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2009/07/13/what_problems_will_i_have_migrating_into_the_cloud/</link>
	<description>Percona&#039;s MySQL &#38; InnoDB performance and scalability blog</description>
	<lastBuildDate>Sat, 11 Feb 2012 16:45:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Morgan Tocker</title>
		<link>http://www.mysqlperformanceblog.com/2009/07/13/what_problems_will_i_have_migrating_into_the_cloud/comment-page-1/#comment-730647</link>
		<dc:creator>Morgan Tocker</dc:creator>
		<pubDate>Sun, 28 Feb 2010 22:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=724#comment-730647</guid>
		<description>Earl - it may be possible, but the effort for MySQL to get to that point is *massive*.  Take for example master/slave replication:

1) It doesn&#039;t scale writes (at all).
2) It relies on you having complete duplication of contents on all nodes - so a replication slave with a large working set won&#039;t work.  Since I wrote this article the maximum memory/node has moved up to 68.4 GB, but it will cost you $2.40/hour ($1700/month).  I can buy a Dell R900 in only a few months at that rate ;)</description>
		<content:encoded><![CDATA[<p>Earl &#8211; it may be possible, but the effort for MySQL to get to that point is *massive*.  Take for example master/slave replication:</p>
<p>1) It doesn&#8217;t scale writes (at all).<br />
2) It relies on you having complete duplication of contents on all nodes &#8211; so a replication slave with a large working set won&#8217;t work.  Since I wrote this article the maximum memory/node has moved up to 68.4 GB, but it will cost you $2.40/hour ($1700/month).  I can buy a Dell R900 in only a few months at that rate <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Earl Jenkins</title>
		<link>http://www.mysqlperformanceblog.com/2009/07/13/what_problems_will_i_have_migrating_into_the_cloud/comment-page-1/#comment-725396</link>
		<dc:creator>Earl Jenkins</dc:creator>
		<pubDate>Mon, 15 Feb 2010 19:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=724#comment-725396</guid>
		<description>Why do you say that, Morgan? Given a master/slave configuration, it should be possible to spin up new slave instances fairly easily. Take a snapshot of an existing slave volume, fire up a new MySQL instance with a volume created from that snapshot, point it at the master, and it should be ready for action in very short order. Stick a smart proxy in front of your MySQL cluster, and it can point queries at whatever slave instance is least busy (or just round-robin it). When demand drops below a certain threshold, just terminate one of the slave instances.

Am I missing something?

Earl</description>
		<content:encoded><![CDATA[<p>Why do you say that, Morgan? Given a master/slave configuration, it should be possible to spin up new slave instances fairly easily. Take a snapshot of an existing slave volume, fire up a new MySQL instance with a volume created from that snapshot, point it at the master, and it should be ready for action in very short order. Stick a smart proxy in front of your MySQL cluster, and it can point queries at whatever slave instance is least busy (or just round-robin it). When demand drops below a certain threshold, just terminate one of the slave instances.</p>
<p>Am I missing something?</p>
<p>Earl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morgan Tocker</title>
		<link>http://www.mysqlperformanceblog.com/2009/07/13/what_problems_will_i_have_migrating_into_the_cloud/comment-page-1/#comment-709600</link>
		<dc:creator>Morgan Tocker</dc:creator>
		<pubDate>Thu, 14 Jan 2010 15:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=724#comment-709600</guid>
		<description>That may be possible with webservers, but it&#039;s never going to happen with MySQL servers.</description>
		<content:encoded><![CDATA[<p>That may be possible with webservers, but it&#8217;s never going to happen with MySQL servers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chillyzhosting</title>
		<link>http://www.mysqlperformanceblog.com/2009/07/13/what_problems_will_i_have_migrating_into_the_cloud/comment-page-1/#comment-709544</link>
		<dc:creator>chillyzhosting</dc:creator>
		<pubDate>Thu, 14 Jan 2010 11:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=724#comment-709544</guid>
		<description>Cloud hosting literally means your website is served on a web server cluster with many, many web servers handling all of your visitors. Our hosting platform grows and expands automatically as neededâ€¦ instantly.</description>
		<content:encoded><![CDATA[<p>Cloud hosting literally means your website is served on a web server cluster with many, many web servers handling all of your visitors. Our hosting platform grows and expands automatically as neededâ€¦ instantly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy Rosen</title>
		<link>http://www.mysqlperformanceblog.com/2009/07/13/what_problems_will_i_have_migrating_into_the_cloud/comment-page-1/#comment-619172</link>
		<dc:creator>Guy Rosen</dc:creator>
		<pubDate>Tue, 28 Jul 2009 14:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=724#comment-619172</guid>
		<description>MySQL on EC2 is not to be taken lightly... with EC2&#039;s incredible features comes a barrel of quirks. We benchmarked how well MySQL performs on Amazon EC2 and are sharing our findings in a series of blog posts. I thought it might be of interest to the community here. Our first post shares an incredible finding on how Amazon&#039;s hardware variations can make a significant difference in the results you get!

The blog post is here: http://www.infibase.com/blog/2009/07/mysql-on-amazon-ec2-part-1/</description>
		<content:encoded><![CDATA[<p>MySQL on EC2 is not to be taken lightly&#8230; with EC2&#8242;s incredible features comes a barrel of quirks. We benchmarked how well MySQL performs on Amazon EC2 and are sharing our findings in a series of blog posts. I thought it might be of interest to the community here. Our first post shares an incredible finding on how Amazon&#8217;s hardware variations can make a significant difference in the results you get!</p>
<p>The blog post is here: <a href="http://www.infibase.com/blog/2009/07/mysql-on-amazon-ec2-part-1/" rel="nofollow">http://www.infibase.com/blog/2009/07/mysql-on-amazon-ec2-part-1/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas O'Neil</title>
		<link>http://www.mysqlperformanceblog.com/2009/07/13/what_problems_will_i_have_migrating_into_the_cloud/comment-page-1/#comment-614267</link>
		<dc:creator>Nicholas O'Neil</dc:creator>
		<pubDate>Thu, 16 Jul 2009 15:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=724#comment-614267</guid>
		<description>Hi

I was reviewing the discussion and wanted to share a slightly different solution to cloud computing.  Most cloud offerings out there with all the benefits of cloud are shared.  While that may not mean much it gets into the topics of compliance, security and performance.  The alternative is &#039;private cloud&#039; and what exactly is the difference.  My company specializes in private cloud solutions.  We approach hosting a bit differently.  We don&#039;t have package solutions but rather we like to get into your shoes find out how things work, what your doing and develop a HA solution from scratch.

Take a look at a article regarding our &#039;private cloud&#039; from eWEEK
http://www.eweek.com/c/a/Cloud-Computing/Logicworks-Offers-Private-Cloud-Service-586768/

In addition since i want to stay on topic for MySQL
http://www.logicworks.net/news/2008/logicworks-becomes-first-authorized-mysql-platinum-hosting-partner-us


I&#039;m interested in making connections, finding out what people are doing out there with their technology solutions.  Add me to LinkedIn, i work out of New York City.
I&#039;m a techie however I build introductions for companies and consultants who are looking for enterprise HA solutions.

--
Nicholas O&#039;Neil, noneil@logicworks.net, (212) 625-5359 
Enterprise Solutions Manager MCSA/MCSE/MCTS:SQL,+Messaging
  Visit us @ www.logicworks.net
155 Avenue of the Americas, New York, NY, 10013 
LinkedIn @ http://www.linkedin.com/in/noneil</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I was reviewing the discussion and wanted to share a slightly different solution to cloud computing.  Most cloud offerings out there with all the benefits of cloud are shared.  While that may not mean much it gets into the topics of compliance, security and performance.  The alternative is &#8216;private cloud&#8217; and what exactly is the difference.  My company specializes in private cloud solutions.  We approach hosting a bit differently.  We don&#8217;t have package solutions but rather we like to get into your shoes find out how things work, what your doing and develop a HA solution from scratch.</p>
<p>Take a look at a article regarding our &#8216;private cloud&#8217; from eWEEK<br />
<a href="http://www.eweek.com/c/a/Cloud-Computing/Logicworks-Offers-Private-Cloud-Service-586768/" rel="nofollow">http://www.eweek.com/c/a/Cloud-Computing/Logicworks-Offers-Private-Cloud-Service-586768/</a></p>
<p>In addition since i want to stay on topic for MySQL<br />
<a href="http://www.logicworks.net/news/2008/logicworks-becomes-first-authorized-mysql-platinum-hosting-partner-us" rel="nofollow">http://www.logicworks.net/news/2008/logicworks-becomes-first-authorized-mysql-platinum-hosting-partner-us</a></p>
<p>I&#8217;m interested in making connections, finding out what people are doing out there with their technology solutions.  Add me to LinkedIn, i work out of New York City.<br />
I&#8217;m a techie however I build introductions for companies and consultants who are looking for enterprise HA solutions.</p>
<p>&#8211;<br />
Nicholas O&#8217;Neil, <a href="mailto:noneil@logicworks.net">noneil@logicworks.net</a>, (212) 625-5359<br />
Enterprise Solutions Manager MCSA/MCSE/MCTS:SQL,+Messaging<br />
  Visit us @ <a href="http://www.logicworks.net" rel="nofollow">http://www.logicworks.net</a><br />
155 Avenue of the Americas, New York, NY, 10013<br />
LinkedIn @ <a href="http://www.linkedin.com/in/noneil" rel="nofollow">http://www.linkedin.com/in/noneil</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trent Hornibrook</title>
		<link>http://www.mysqlperformanceblog.com/2009/07/13/what_problems_will_i_have_migrating_into_the_cloud/comment-page-1/#comment-614254</link>
		<dc:creator>Trent Hornibrook</dc:creator>
		<pubDate>Thu, 16 Jul 2009 03:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=724#comment-614254</guid>
		<description>@Morgan

I&#039;m not sure; when I left the Rack they were looking to acquire slicehort. Their main US DC is &#039;DFW&#039; dallas fort worth which is where mailtrust is at and where all new managed configurations in the US are being popped. 

That said, I know by default all managed hosting customers only get 100Mb/s swithces unless you pay the gE premium though again this is something that may have changed since I left.


 - Trent</description>
		<content:encoded><![CDATA[<p>@Morgan</p>
<p>I&#8217;m not sure; when I left the Rack they were looking to acquire slicehort. Their main US DC is &#8216;DFW&#8217; dallas fort worth which is where mailtrust is at and where all new managed configurations in the US are being popped. </p>
<p>That said, I know by default all managed hosting customers only get 100Mb/s swithces unless you pay the gE premium though again this is something that may have changed since I left.</p>
<p> &#8211; Trent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morgan Tocker</title>
		<link>http://www.mysqlperformanceblog.com/2009/07/13/what_problems_will_i_have_migrating_into_the_cloud/comment-page-1/#comment-614243</link>
		<dc:creator>Morgan Tocker</dc:creator>
		<pubDate>Thu, 16 Jul 2009 01:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=724#comment-614243</guid>
		<description>@Trent: Do you know if Mosso/Rackspacecloud can sit in the same data center as dedicated servers?  It would be interesting to run non-virtualized database servers alongside a set of virtualized servers.</description>
		<content:encoded><![CDATA[<p>@Trent: Do you know if Mosso/Rackspacecloud can sit in the same data center as dedicated servers?  It would be interesting to run non-virtualized database servers alongside a set of virtualized servers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trent Hornibrook</title>
		<link>http://www.mysqlperformanceblog.com/2009/07/13/what_problems_will_i_have_migrating_into_the_cloud/comment-page-1/#comment-614242</link>
		<dc:creator>Trent Hornibrook</dc:creator>
		<pubDate>Thu, 16 Jul 2009 01:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=724#comment-614242</guid>
		<description>G&#039;day,

Mosso or Rackspacecould or whatever its called now (It was mosso when I worked for the Rack in UK) is same in terms of limitations to private ips.

So I guess the cloud is only useful for databases when you&#039;re problem is CPU bound, that can be solved by adding additional replicas when necessary? 

The company that I&#039;m not working for did a feasibility test on using EC2 as a DR solution; if only EC2 had an SLA on actually being able to power on instances....

Trent</description>
		<content:encoded><![CDATA[<p>G&#8217;day,</p>
<p>Mosso or Rackspacecould or whatever its called now (It was mosso when I worked for the Rack in UK) is same in terms of limitations to private ips.</p>
<p>So I guess the cloud is only useful for databases when you&#8217;re problem is CPU bound, that can be solved by adding additional replicas when necessary? </p>
<p>The company that I&#8217;m not working for did a feasibility test on using EC2 as a DR solution; if only EC2 had an SLA on actually being able to power on instances&#8230;.</p>
<p>Trent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fanzie</title>
		<link>http://www.mysqlperformanceblog.com/2009/07/13/what_problems_will_i_have_migrating_into_the_cloud/comment-page-1/#comment-614201</link>
		<dc:creator>Fanzie</dc:creator>
		<pubDate>Wed, 15 Jul 2009 03:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=724#comment-614201</guid>
		<description>I think Rackspace offer cloud offering and managed hosting.</description>
		<content:encoded><![CDATA[<p>I think Rackspace offer cloud offering and managed hosting.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

