<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Pop Quiz:  MySQL Cluster</title>
	<link>http://www.pythian.com/blogs/868/pop-quiz-mysql-cluster</link>
	<description>News and views from Pythian DBAs</description>
	<pubDate>Sun, 27 Jul 2008 01:16:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: Log Buffer #89: a Carnival of the Vanities for DBAs</title>
		<link>http://www.pythian.com/blogs/868/pop-quiz-mysql-cluster#comment-172687</link>
		<dc:creator>Log Buffer #89: a Carnival of the Vanities for DBAs</dc:creator>
		<pubDate>Fri, 21 Mar 2008 16:55:11 +0000</pubDate>
		<guid>http://www.pythian.com/blogs/868/pop-quiz-mysql-cluster#comment-172687</guid>
		<description>[...] the MySQL world, Sheeri Cabral challenges anyone who thinks they know MySQL to a pop-quiz. She asks, &#8220;If you have a 12-server MySQL Cluster with: 1 Management Node, 3 SQL Nodes, 2 [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] the MySQL world, Sheeri Cabral challenges anyone who thinks they know MySQL to a pop-quiz. She asks, &#8220;If you have a 12-server MySQL Cluster with: 1 Management Node, 3 SQL Nodes, 2 [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artem Russakovskii</title>
		<link>http://www.pythian.com/blogs/868/pop-quiz-mysql-cluster#comment-172283</link>
		<dc:creator>Artem Russakovskii</dc:creator>
		<pubDate>Thu, 20 Mar 2008 00:16:49 +0000</pubDate>
		<guid>http://www.pythian.com/blogs/868/pop-quiz-mysql-cluster#comment-172283</guid>
		<description>Hehe, it looks as if I just copied the answer above mine, but in reality it's because none of the comments were visible at the time :-]</description>
		<content:encoded><![CDATA[<p>Hehe, it looks as if I just copied the answer above mine, but in reality it&#8217;s because none of the comments were visible at the time :-]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheeri Cabral</title>
		<link>http://www.pythian.com/blogs/868/pop-quiz-mysql-cluster#comment-172062</link>
		<dc:creator>Sheeri Cabral</dc:creator>
		<pubDate>Wed, 19 Mar 2008 03:49:05 +0000</pubDate>
		<guid>http://www.pythian.com/blogs/868/pop-quiz-mysql-cluster#comment-172062</guid>
		<description>Matic -- nope, that's not it.  See the other 2 comments before yours for the correct answer, and why.</description>
		<content:encoded><![CDATA[<p>Matic &#8212; nope, that&#8217;s not it.  See the other 2 comments before yours for the correct answer, and why.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matic</title>
		<link>http://www.pythian.com/blogs/868/pop-quiz-mysql-cluster#comment-171268</link>
		<dc:creator>Matic</dc:creator>
		<pubDate>Sun, 16 Mar 2008 08:52:04 +0000</pubDate>
		<guid>http://www.pythian.com/blogs/868/pop-quiz-mysql-cluster#comment-171268</guid>
		<description>4GB. Data is stored in data nodes (8 nodes total). Each node has 1/2 of memory dedicated to live dataset and the other half to redundant dataset.</description>
		<content:encoded><![CDATA[<p>4GB. Data is stored in data nodes (8 nodes total). Each node has 1/2 of memory dedicated to live dataset and the other half to redundant dataset.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artem Russakovskii</title>
		<link>http://www.pythian.com/blogs/868/pop-quiz-mysql-cluster#comment-171245</link>
		<dc:creator>Artem Russakovskii</dc:creator>
		<pubDate>Sun, 16 Mar 2008 06:14:07 +0000</pubDate>
		<guid>http://www.pythian.com/blogs/868/pop-quiz-mysql-cluster#comment-171245</guid>
		<description>2GB? Each node group would have 1GB of memory since they share the same data and there's 2 of them?

[[Artem -- you are correct!]]</description>
		<content:encoded><![CDATA[<p>2GB? Each node group would have 1GB of memory since they share the same data and there&#8217;s 2 of them?</p>
<p>[[Artem &#8212; you are correct!]]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Montgomery</title>
		<link>http://www.pythian.com/blogs/868/pop-quiz-mysql-cluster#comment-171173</link>
		<dc:creator>Matthew Montgomery</dc:creator>
		<pubDate>Sat, 15 Mar 2008 20:43:03 +0000</pubDate>
		<guid>http://www.pythian.com/blogs/868/pop-quiz-mysql-cluster#comment-171173</guid>
		<description>Slightly less than 2GB of usable DataMemory+IndexMemory

All nodes in a node group will be identical replicas.  So each node group will only hold 1GB.  Your usable memory is limited by the number of node groups you have.  You will also use some memory for operation records and log buffers (MaxNoOfConcurrentOperations, RedoBuffer, UndoDataBuffer, etc...)

p.s. 4 nodes per node group is not so thoroughly tested and just plain silly.

[[Matthew -- you're right!  BTW, I only used 4 nodes per node group so I could have a 2,3,4 pattern -- easier to understand if it's something multiplied or divided by 2, 3 or 4 then it relates to that.  I could have said 4 node groups with 2 nodes in each group instead.]]</description>
		<content:encoded><![CDATA[<p>Slightly less than 2GB of usable DataMemory+IndexMemory</p>
<p>All nodes in a node group will be identical replicas.  So each node group will only hold 1GB.  Your usable memory is limited by the number of node groups you have.  You will also use some memory for operation records and log buffers (MaxNoOfConcurrentOperations, RedoBuffer, UndoDataBuffer, etc&#8230;)</p>
<p>p.s. 4 nodes per node group is not so thoroughly tested and just plain silly.</p>
<p>[[Matthew &#8212; you&#8217;re right!  BTW, I only used 4 nodes per node group so I could have a 2,3,4 pattern &#8212; easier to understand if it&#8217;s something multiplied or divided by 2, 3 or 4 then it relates to that.  I could have said 4 node groups with 2 nodes in each group instead.]]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
