<?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: MySQL Cluster, is it worth it?</title>
	<atom:link href="http://blog.mozilla.com/mrz/2007/10/22/mysql-cluster-is-it-worth-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.com/mrz/2007/10/22/mysql-cluster-is-it-worth-it/</link>
	<description>noise from a mozilla IT/Operations wrangler</description>
	<lastBuildDate>Thu, 09 Feb 2012 17:41:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: yasso</title>
		<link>http://blog.mozilla.com/mrz/2007/10/22/mysql-cluster-is-it-worth-it/comment-page-1/#comment-97556</link>
		<dc:creator>yasso</dc:creator>
		<pubDate>Tue, 07 Apr 2009 03:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/mrz/2007/10/22/mysql-cluster-is-it-worth-it/#comment-97556</guid>
		<description>If amdinistrator node failed, the standby node can becomes the administrator node of the cluster, you can look at &lt;a href=&quot;http://www.dustgem.com/wiki/Mysql_cluster_and_Lexst_cluster_comparision.htm&quot; rel=&quot;nofollow&quot;&gt;MYSQL_Cluster_and_Lexst_cluster_comparison&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>If amdinistrator node failed, the standby node can becomes the administrator node of the cluster, you can look at <a href="http://www.dustgem.com/wiki/Mysql_cluster_and_Lexst_cluster_comparision.htm" rel="nofollow">MYSQL_Cluster_and_Lexst_cluster_comparison</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Archon810</title>
		<link>http://blog.mozilla.com/mrz/2007/10/22/mysql-cluster-is-it-worth-it/comment-page-1/#comment-5276</link>
		<dc:creator>Archon810</dc:creator>
		<pubDate>Tue, 06 Nov 2007 02:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/mrz/2007/10/22/mysql-cluster-is-it-worth-it/#comment-5276</guid>
		<description>s/Mozilla what/Mozilla for/</description>
		<content:encoded><![CDATA[<p>s/Mozilla what/Mozilla for/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Archon810</title>
		<link>http://blog.mozilla.com/mrz/2007/10/22/mysql-cluster-is-it-worth-it/comment-page-1/#comment-5271</link>
		<dc:creator>Archon810</dc:creator>
		<pubDate>Tue, 06 Nov 2007 01:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/mrz/2007/10/22/mysql-cluster-is-it-worth-it/#comment-5271</guid>
		<description>Hi mrz. Bret Reckard pointed me to this post after finding out that somewhere in the depths of beer planet I was writing a MySQL cluster setup guide.

I&#039;ll try to answer some of your questions in the post, but feel free to read this modest article: http://beerpla.net/2007/11/05/setting-up-a-mysql-cluster/.

1 and 2. I think that in general, if you do a lot of CPU intensive selects, you should add more SQL nodes. If, however, you do a lot of inserts/updates, you should consider adding more data nodes. Another important point is to try to isolate the cluster and put it onto its own switch and subnet as network latency is a big factor of how fast the cluster is going to perform.

3. The cluster is fully A.C.I.D. compliant, unlike replication, where a slave can fall off and stupidly get behind. It fully supports transactions, which I&#039;m a big fan of. If you&#039;re having problems with transactions deadlocking, consider tweaking the transaction related cluster properties.

4. is answered in the guide. In short, nothing breaks, but no new nodes can (re)join the cluster if the management node isn&#039;t up.

Let me know if there is anything in the guide that can be more clear, or if there are any mistakes or omissions.

Respect to Mozilla what everything you&#039;re doing.
Archon810.</description>
		<content:encoded><![CDATA[<p>Hi mrz. Bret Reckard pointed me to this post after finding out that somewhere in the depths of beer planet I was writing a MySQL cluster setup guide.</p>
<p>I&#8217;ll try to answer some of your questions in the post, but feel free to read this modest article: <a href="http://beerpla.net/2007/11/05/setting-up-a-mysql-cluster/" rel="nofollow">http://beerpla.net/2007/11/05/setting-up-a-mysql-cluster/</a>.</p>
<p>1 and 2. I think that in general, if you do a lot of CPU intensive selects, you should add more SQL nodes. If, however, you do a lot of inserts/updates, you should consider adding more data nodes. Another important point is to try to isolate the cluster and put it onto its own switch and subnet as network latency is a big factor of how fast the cluster is going to perform.</p>
<p>3. The cluster is fully A.C.I.D. compliant, unlike replication, where a slave can fall off and stupidly get behind. It fully supports transactions, which I&#8217;m a big fan of. If you&#8217;re having problems with transactions deadlocking, consider tweaking the transaction related cluster properties.</p>
<p>4. is answered in the guide. In short, nothing breaks, but no new nodes can (re)join the cluster if the management node isn&#8217;t up.</p>
<p>Let me know if there is anything in the guide that can be more clear, or if there are any mistakes or omissions.</p>
<p>Respect to Mozilla what everything you&#8217;re doing.<br />
Archon810.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Callek</title>
		<link>http://blog.mozilla.com/mrz/2007/10/22/mysql-cluster-is-it-worth-it/comment-page-1/#comment-4408</link>
		<dc:creator>Callek</dc:creator>
		<pubDate>Tue, 23 Oct 2007 00:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/mrz/2007/10/22/mysql-cluster-is-it-worth-it/#comment-4408</guid>
		<description>mrz, I&#039;d be interested in what you find out about this, whether you update this post, make a new post, or simply add a comment (if you add a comment, I would appreciate a ping so I can know to read it).

Thanks in advance.
~Justin Wood (Callek)</description>
		<content:encoded><![CDATA[<p>mrz, I&#8217;d be interested in what you find out about this, whether you update this post, make a new post, or simply add a comment (if you add a comment, I would appreciate a ping so I can know to read it).</p>
<p>Thanks in advance.<br />
~Justin Wood (Callek)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

