<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=MySQL%2FGrid_Cluster</id>
	<title>MySQL/Grid Cluster - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=MySQL%2FGrid_Cluster"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=MySQL/Grid_Cluster&amp;action=history"/>
	<updated>2026-05-08T16:34:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=MySQL/Grid_Cluster&amp;diff=3009&amp;oldid=prev</id>
		<title>Kenneth: Created page with &quot;== 16 April 2007‎  ==  Goole Tech Talks - MySQL Grid Cluster [http://video.google.com/videoplay?docid=5338229112299655271]  Handeling petabytes worth of data.  NDB are noeds...&quot;</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=MySQL/Grid_Cluster&amp;diff=3009&amp;oldid=prev"/>
		<updated>2016-03-09T20:54:14Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== 16 April 2007‎  ==  Goole Tech Talks - MySQL Grid Cluster [http://video.google.com/videoplay?docid=5338229112299655271]  Handeling petabytes worth of data.  NDB are noeds...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== 16 April 2007‎  ==&lt;br /&gt;
&lt;br /&gt;
Goole Tech Talks - MySQL Grid Cluster [http://video.google.com/videoplay?docid=5338229112299655271]&lt;br /&gt;
&lt;br /&gt;
Handeling petabytes worth of data.&lt;br /&gt;
&lt;br /&gt;
NDB are noeds where the data is stored.  MySQL is just a client to the NDB nodes.&lt;br /&gt;
&lt;br /&gt;
Originally MySQL Cluster was in memory only.&lt;br /&gt;
&lt;br /&gt;
did you know the Genealogy work is the driving force behind MySQL Clustering with Petabyte storage?&lt;br /&gt;
&lt;br /&gt;
Currently a multi-petabyte storage is 10&amp;#039;s of thousands of hard disks&lt;br /&gt;
&lt;br /&gt;
*Cluster has&lt;br /&gt;
**cluster nodes (MySQL server?)&lt;br /&gt;
**storage controllers&lt;br /&gt;
***handles don&amp;#039;t want to have everything in one cluster&lt;br /&gt;
***be able to export all the data in one cluster&lt;br /&gt;
***handles replication&lt;br /&gt;
**cluster interconnect medium&lt;br /&gt;
**data nodes (NDB nodes)&lt;br /&gt;
&lt;br /&gt;
Do replication similar to disk level RAID to cluster level&lt;br /&gt;
&lt;br /&gt;
Cluster scales up to around 50-100 nodes (about 750TB).  Also run into bandwidth problems.&lt;br /&gt;
&lt;br /&gt;
Have to think about OS, application to threads to disk&lt;br /&gt;
Caching issues, time scheduling issues&lt;br /&gt;
&lt;br /&gt;
Need to be able to invalidate caches&lt;br /&gt;
&lt;br /&gt;
Node failover issues&lt;br /&gt;
&lt;br /&gt;
RAID 10 problem already solved&lt;br /&gt;
&lt;br /&gt;
File system option.  FUSE (Filesystem in Userspace) - quick to setup but not the most optimized (efficient)&lt;br /&gt;
&lt;br /&gt;
Generally you want as many client nodes as data nodes, so that you have efficient use of the CPU.  With MySQL you will want more MySQL Server client nodes than data nodes, as MySQL has a higher overhead, as it needs to be able to take care of the SQL protocol.&lt;br /&gt;
&lt;br /&gt;
In the Grid of Clusters, the client nodes will now talk to the storage controllers of the cluster nodes.&lt;br /&gt;
&lt;br /&gt;
Scaling of Grid Clusters scales up to around 50 clusters (about 25TByte)&lt;br /&gt;
&lt;br /&gt;
* Major Technical Issues&lt;br /&gt;
** Managability of Grid Cluster&lt;br /&gt;
** Easy Upgrading&lt;br /&gt;
** Data flow, keeping Terabytes/second flowing in Grid Cluster&lt;br /&gt;
** Response Time (+&amp;gt; tight integration with Cluster Interconnect)&lt;br /&gt;
** Cache Invalidation Protocol&lt;br /&gt;
** Clusterd Replication Protocols&lt;br /&gt;
&lt;br /&gt;
MySQL Cluster for Session Management&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>