<?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/"
	>

<channel>
	<title>PlanetMysql.ru - информация о СУБД MySQL &#187; ndb</title>
	<atom:link href="http://planetmysql.ru/category/ndb/feed/" rel="self" type="application/rss+xml" />
	<link>http://planetmysql.ru</link>
	<description>Блог о самой популярной СУБД MySQL</description>
	<lastBuildDate>Fri, 10 Feb 2012 22:53:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>MySQL Cluster by Ralf Gebhardt</title>
		<link>http://www.bytebot.net/blog/archives/2012/02/05/mysql-cluster-by-ralf-gebhardt?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mysql-cluster-by-ralf-gebhardt</link>
		<comments>http://www.bytebot.net/blog/archives/2012/02/05/mysql-cluster-by-ralf-gebhardt#comments</comments>
		<pubDate>Sun, 05 Feb 2012 11:25:32 +0000</pubDate>
		<dc:creator>Colin Charles</dc:creator>
				<category><![CDATA[fosdem]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[MySQL Cluster]]></category>
		<category><![CDATA[ndb]]></category>
		<category><![CDATA[NDBCLUSTER]]></category>
		<category><![CDATA[Ralf Gebhardt]]></category>

		<guid isPermaLink="false">http://www.bytebot.net/blog/?p=2265</guid>
		<description><![CDATA[Ralf Gebhardt of SkySQL.
Cluster: shared nothing architecture (no single point of failure), synchronous replication between nodes, ACID transactions, row level locking. In-memory storage (some data can be stored on disk, but indexes must be in-memory). Checkpointing to disk for durability. It supports two types of indexes &#8211; ordered T-trees, unique hash indexes. Online operations like adding node groups, software upgrades, table alterations. Quick standard architecture diagram displayed about MySQL Cluster.
Network partitioning protocol is designed to avoid a split brain scenario. Is there at least one node from each node group? If not then this part cannot continue &#8211; graceful shutdown. Are all nodes present from any node group? If so, then this is the only viable cluster &#8211; continue to operate. Ask the arbitrator &#8211; the arbitrator which parts will continue if no arbitrator is available the cluster shuts down.
Durability &#8211; in order for a node to recover fast some data is stored locally. The REDO log is synchronized by global checkpoints (GCP). The DataMemory is synchronized by local checkpoints (LCP).
I agree with Ralf &#8212; almost impossible to talk about NDB in 25 minutes. Its very deep, you&#8217;d need at least three hours to grasp it well.


Related posts:Gong-A-Thong at LugRadio Live USA
Morning sessions at MySQL MiniConf
MySQL at Google]]></description>
			<content:encoded><![CDATA[<p>Ralf Gebhardt of <a href="http://www.skysql.com/">SkySQL</a>.</p>
<p>Cluster: shared nothing architecture (no single point of failure), synchronous replication between nodes, ACID transactions, row level locking. In-memory storage (some data can be stored on disk, but indexes must be in-memory). Checkpointing to disk for durability. It supports two types of indexes &#8211; ordered T-trees, unique hash indexes. Online operations like adding node groups, software upgrades, table alterations. Quick standard architecture diagram displayed about MySQL Cluster.</p>
<p>Network partitioning protocol is designed to avoid a split brain scenario. Is there at least one node from each node group? If not then this part cannot continue &#8211; graceful shutdown. Are all nodes present from any node group? If so, then this is the only viable cluster &#8211; continue to operate. Ask the arbitrator &#8211; the arbitrator which parts will continue if no arbitrator is available the cluster shuts down.</p>
<p>Durability &#8211; in order for a node to recover fast some data is stored locally. The REDO log is synchronized by global checkpoints (GCP). The DataMemory is synchronized by local checkpoints (LCP).</p>
<p>I agree with Ralf &#8212; almost impossible to talk about NDB in 25 minutes. Its very deep, you&#8217;d need at least three hours to grasp it well.</p>


<p>Related posts:<ol><li><a href="http://www.bytebot.net/blog/archives/2008/04/13/gong-a-thong-at-lugradio-live-usa" rel="bookmark" title="Permanent Link: Gong-A-Thong at LugRadio Live USA">Gong-A-Thong at LugRadio Live USA</a></li>
<li><a href="http://www.bytebot.net/blog/archives/2008/01/28/morning-sessions-at-mysql-miniconf" rel="bookmark" title="Permanent Link: Morning sessions at MySQL MiniConf">Morning sessions at MySQL MiniConf</a></li>
<li><a href="http://www.bytebot.net/blog/archives/2007/04/26/mysql-at-google" rel="bookmark" title="Permanent Link: MySQL at Google">MySQL at Google</a></li>
</ol></p><br/>PlanetMySQL Voting:
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=31900&vote=1&apivote=1">Vote UP</a> /
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=31900&vote=-1&apivote=1">Vote DOWN</a>]]></content:encoded>
			<wfw:commentRss>http://planetmysql.ru/2012/02/05/mysql-cluster-by-ralf-gebhardt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review of High Availability MySQL Cookbook by Packt Publishing</title>
		<link>http://mysqldba.blogspot.com/2010/06/review-of-high-availability-mysql.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=review-of-high-availability-mysql-cookbook-by-packt-publishing</link>
		<comments>http://mysqldba.blogspot.com/2010/06/review-of-high-availability-mysql.html#comments</comments>
		<pubDate>Mon, 07 Jun 2010 19:07:00 +0000</pubDate>
		<dc:creator>Dathan Pattishall</dc:creator>
				<category><![CDATA[book]]></category>
		<category><![CDATA[ndb]]></category>
		<category><![CDATA[packt]]></category>
		<category><![CDATA[Replication]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[A few months ago, I reviewed MySQL Admin Cookbook. Today I am reviewing High Availability MySQL Cookbook from Packt Publishing by Alex Davies. Overall, I found the book to contain some good hidden Gems.The book is a mixture of MySQL Cluster (NDB), Replication schemes, some performance tuning, some minor kernel tweaking, and some more exotic approaches to common High Availability problems. Overall, I found this book very informative and a good read.Now the specifics, the book starts out on NDB and stays focused on this fact for about 60% of the book. The next 20% is on mySQL replication then about 10% of the book is on tweaking kernel, mysql, network settings to get the most out of the system. The last 10% is a mixture of uses of exotic systems such as GFS, Conga, ISCSI and how to use these shared storage techs with mySQL.High Availability MySQL Cookbook, is a good read, and jogged my memory on NDB (since I do not use it on a day-to-day basis). If you are looking for a good reference on how to get an HA system up then this is a good book for you. If you are looking for why to use NDB over mySQL multi-master replication, this is not a book for you. The “why-to-use-this-over-that” is not the scope of the book. The drawbacks and concerns of what technology to use are not a focus of this book, and should not be. It is assumed that the reader knows which direction to go into for the most part or gives the reader enough information to set up and environment to see which way to go.In conclusion, I like this book. I think it is rather concise, and right to the point, which either gets you started into building HA systems or gives you a good reference for an existing HA environment.]]></description>
			<content:encoded><![CDATA[<a href="http://www.packtpub.com/sites/default/files/imagecache/productview/9942_High%20Availability%20MySQL%20Cookbook.jpg"><img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;width: 125px; height: 152px;" src="http://www.packtpub.com/sites/default/files/imagecache/productview/9942_High%20Availability%20MySQL%20Cookbook.jpg" border="0" alt="" /></a><br />A few months ago, I reviewed MySQL Admin Cookbook. Today I am reviewing High <a href="https://www.packtpub.com/high-availability-mysql-cookbook/book">Availability MySQL Cookbook from Packt Publishing by Alex Davies</a>. Overall, I found the book to contain some good hidden Gems.<br /><br />The book is a mixture of MySQL Cluster (NDB), Replication schemes, some performance tuning, some minor kernel tweaking, and some more exotic approaches to common High Availability problems. Overall, I found this book very informative and a good read.<br />Now the specifics, the book starts out on NDB and stays focused on this fact for about 60% of the book. The next 20% is on mySQL replication then about 10% of the book is on tweaking kernel, mysql, network settings to get the most out of the system. The last 10% is a mixture of uses of exotic systems such as GFS, Conga, ISCSI and how to use these shared storage techs with mySQL.<br /><br />High Availability MySQL Cookbook, is a good read, and jogged my memory on NDB (since I do not use it on a day-to-day basis). If you are looking for a good reference on how to get an HA system up then this is a good book for you. If you are looking for why to use NDB over mySQL multi-master replication, this is not a book for you. The “why-to-use-this-over-that” is not the scope of the book. The drawbacks and concerns of what technology to use are not a focus of this book, and should not be. It is assumed that the reader knows which direction to go into for the most part or gives the reader enough information to set up and environment to see which way to go.<br /><br />In conclusion, I like this book. I think it is rather concise, and right to the point, which either gets you started into building HA systems or gives you a good reference for an existing HA environment.<div><img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/31421954-5149479564300930805?l=mysqldba.blogspot.com" alt="" /></div><br/>PlanetMySQL Voting:
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=24969&vote=1&apivote=1">Vote UP</a> /
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=24969&vote=-1&apivote=1">Vote DOWN</a>]]></content:encoded>
			<wfw:commentRss>http://planetmysql.ru/2010/06/07/review-of-high-availability-mysql-cookbook-by-packt-publishing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AlsoSQL</title>
		<link>http://www.flamingspork.com/blog/2010/04/08/alsosql/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=alsosql</link>
		<comments>http://www.flamingspork.com/blog/2010/04/08/alsosql/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 04:39:32 +0000</pubDate>
		<dc:creator>Stewart Smith</dc:creator>
				<category><![CDATA[alsosql]]></category>
		<category><![CDATA[Drizzle]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[MySQL Cluster]]></category>
		<category><![CDATA[ndb]]></category>
		<category><![CDATA[ndbapi]]></category>
		<category><![CDATA[NoSQL]]></category>

		<guid isPermaLink="false">http://www.flamingspork.com/blog/?p=1711</guid>
		<description><![CDATA[So there&#8217;s a bit of a swelling around the idea of NoSQL. That is, databases that don&#8217;t have an SQL interface in front of them &#8211; with the promise of better performance. With a well designed backend, this is no doubt the case.
A flexible query language is rather useful though. I think we&#8217;ll see the rise of AlsoSQL. That is systems that present a fast and simple protocol along with a SQL interface.
This hybrid system has seen use for many years. MySQL Cluster is one such example. SQL through MySQL Server, NoSQL through NDB API.
With Drizzle, I feel we&#8217;ll be in a pretty good position to offer non-sql based protocols and access methods to existing storage engines.]]></description>
			<content:encoded><![CDATA[<p>So there&#8217;s a bit of a swelling around the idea of NoSQL. That is, databases that don&#8217;t have an SQL interface in front of them &#8211; with the promise of better performance. With a well designed backend, this is no doubt the case.</p>
<p>A flexible query language is rather useful though. I think we&#8217;ll see the rise of AlsoSQL. That is systems that present a fast and simple protocol along with a SQL interface.</p>
<p>This hybrid system has seen use for many years. <a href="http://mysql.com/products/database/cluster/">MySQL Cluster</a> is one such example. SQL through MySQL Server, NoSQL through <a href="http://dev.mysql.com/doc/ndbapi/en/index.html">NDB API</a>.</p>
<p>With <a href="http://drizzle.org">Drizzle</a>, I feel we&#8217;ll be in a pretty good position to offer non-sql based protocols and access methods to existing storage engines.</p><br/>PlanetMySQL Voting:
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=24228&vote=1&apivote=1">Vote UP</a> /
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=24228&vote=-1&apivote=1">Vote DOWN</a>]]></content:encoded>
			<wfw:commentRss>http://planetmysql.ru/2010/04/08/alsosql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Continuing the journey</title>
		<link>http://www.flamingspork.com/blog/2010/03/11/continuing-the-journey/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=continuing-the-journey</link>
		<comments>http://www.flamingspork.com/blog/2010/03/11/continuing-the-journey/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 07:42:46 +0000</pubDate>
		<dc:creator>Stewart Smith</dc:creator>
				<category><![CDATA[Drizzle]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ndb]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[rackspace]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[the universe and everything]]></category>
		<category><![CDATA[work et al]]></category>

		<guid isPermaLink="false">http://www.flamingspork.com/blog/?p=1752</guid>
		<description><![CDATA[A couple of months ago (December 1st for those playing along at home) it marked five years to the day that I started at MySQL AB (now Sun, now Oracle). A good part of me is really surprised it was for that long and other parts surprised it wasn&#8217;t longer. Through MySQL and Sun, I met some pretty amazing people, worked with some really smart ones and formed really solid and awesome friendships. Of course, not everything was perfect (sometimes not even close), but we did have some fun.
Up until November 2008 (that&#8217;s 3 years and 11 months for those playing at home) I worked on MySQL Cluster. Still love the product and love how much better we&#8217;re making Drizzle so it&#8217;ll be the best SQL interface to NDB :)
The ideas behind Drizzle had been talked about for a while&#8230; and with my experience with internals of the MySQL server, I thought that some change and dramatic improvement was sorely needed.
Then, in 2008, Brian created a tree. I was soon sending in patches at nights, we announced to the whole world at OSCON and it captured a lot of attention.
Since November 2008 I&#8217;ve been working on Drizzle full time. It was absolutely awesome that I had the opportunity to spend all my days hacking on Drizzle &#8211; both directly with fantastic people and for fantastic people.
But&#8230; the Sun set&#8230; which was exciting and sad at the same time.
Never to fear! There were plenty of places wanting Drizzle hackers (and MySQL hackers). For me, it came down to this: &#8220;real artists ship&#8221;. While there were other places where I would no doubt be happy and work on something really cool, the only way I could end up working out where I should really be was: what is the best way to have Drizzle make a stable release that we&#8217;d see be suitable for deployment? So, Where Am I Now?
Rackspace.
Where I&#8217;ll again be spending all my time hacking Drizzle.]]></description>
			<content:encoded><![CDATA[<p>A couple of months ago (December 1st for those playing along at home) it marked five years to the day that I started at <a href="http://www.mysql.com">MySQL AB</a> (<del datetime="2010-03-10T03:09:15+00:00">now <a href="http://www.sun.com">Sun</a></del>, now <a href="http://www.oracle.com">Oracle</a>). A good part of me is really surprised it was for that long and other parts surprised it wasn&#8217;t longer. Through MySQL and Sun, I met some pretty amazing people, worked with some really smart ones and formed really solid and awesome friendships. Of course, not everything was perfect (sometimes not even close), but we did have some fun.</p>
<p>Up until November 2008 (that&#8217;s 3 years and 11 months for those playing at home) I worked on <a href="http://www.mysql.com/cluster">MySQL Cluster</a>. Still love the product and love how much better we&#8217;re making Drizzle so it&#8217;ll be the best SQL interface to NDB :)</p>
<p>The ideas behind Drizzle had been talked about for a while&#8230; and with my experience with internals of the MySQL server, I thought that some change and dramatic improvement was sorely needed.</p>
<p>Then, in 2008, Brian created a tree. I was soon sending in patches at nights, we announced to the whole world at OSCON and it captured a lot of attention.</p>
<p>Since November 2008 I&#8217;ve been working on <a href="http://drizzle.org">Drizzle</a> full time. It was absolutely awesome that I had the opportunity to spend all my days hacking on Drizzle &#8211; both directly with fantastic people and for fantastic people.</p>
<p>But&#8230; the Sun set&#8230; which was exciting and sad at the same time.</p>
<p>Never to fear! There were plenty of places wanting Drizzle hackers (and MySQL hackers). For me, it came down to this: &#8220;real artists ship&#8221;. While there were other places where I would no doubt be happy and work on something really cool, the only way I could end up working out where I should really be was: what is the best way to have Drizzle make a stable release that we&#8217;d see be suitable for deployment? So, Where Am I Now?</p>
<p><a href="http://www.rackspace.com">Rackspace</a>.</p>
<p>Where I&#8217;ll again be spending all my time hacking Drizzle.</p><br/>PlanetMySQL Voting:
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=23860&vote=1&apivote=1">Vote UP</a> /
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=23860&vote=-1&apivote=1">Vote DOWN</a>]]></content:encoded>
			<wfw:commentRss>http://planetmysql.ru/2010/03/11/continuing-the-journey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NDB$INFO with SQL hits beta</title>
		<link>http://www.flamingspork.com/blog/2010/02/03/ndbinfo-with-sql-hits-beta/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ndbinfo-with-sql-hits-beta</link>
		<comments>http://www.flamingspork.com/blog/2010/02/03/ndbinfo-with-sql-hits-beta/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 01:37:20 +0000</pubDate>
		<dc:creator>Stewart Smith</dc:creator>
				<category><![CDATA[beta]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[MySQL Cluster]]></category>
		<category><![CDATA[ndb]]></category>
		<category><![CDATA[ndb$info]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.flamingspork.com/blog/?p=1783</guid>
		<description><![CDATA[﻿Bernhard blogged over at http://ocklin.blogspot.com/2010/02/mysql-cluster-711-is-there.html that MySQL Cluster 7.1.1 Beta has been released. The big feature (from my point of view) is the SQL interface on top of NDB$INFO. This means there is now full infrastructure from the NDB data nodes right out to SQL in the MySQL Server for adding monitoring to any bit of the internals of the data nodes.]]></description>
			<content:encoded><![CDATA[<p>﻿<a href="http://ocklin.blogspot.com">Bernhard</a> blogged over at<a href="http://ocklin.blogspot.com/2010/02/mysql-cluster-711-is-there.html"> http://ocklin.blogspot.com/2010/02/mysql-cluster-711-is-there.html</a> that <a href="ftp://ftp.mysql.com/pub/mysql/download/mysql-5.1.41-ndb-7.1.1-beta.tgz">MySQL Cluster 7.1.1 Beta</a> has been released. The big feature (from my point of view) is the SQL interface on top of NDB$INFO. This means there is now full infrastructure from the NDB data nodes right out to SQL in the MySQL Server for adding monitoring to any bit of the internals of the data nodes.</p><br/>PlanetMySQL Voting:
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=23318&vote=1&apivote=1">Vote UP</a> /
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=23318&vote=-1&apivote=1">Vote DOWN</a>]]></content:encoded>
			<wfw:commentRss>http://planetmysql.ru/2010/02/03/ndbinfo-with-sql-hits-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NDB$INFO with SQL hits beta</title>
		<link>http://www.flamingspork.com/blog/2010/02/03/ndbinfo-with-sql-hits-beta/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ndbinfo-with-sql-hits-beta</link>
		<comments>http://www.flamingspork.com/blog/2010/02/03/ndbinfo-with-sql-hits-beta/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 01:37:20 +0000</pubDate>
		<dc:creator>Stewart Smith</dc:creator>
				<category><![CDATA[beta]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[MySQL Cluster]]></category>
		<category><![CDATA[ndb]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.flamingspork.com/blog/?p=1783</guid>
		<description><![CDATA[﻿Bernhard blogged over at http://ocklin.blogspot.com/2010/02/mysql-cluster-711-is-there.html that MySQL Cluster 7.1.1 Beta has been released. The big feature (from my point of view) is the SQL interface on top of NDB$INFO. This means there is now full infrastructure from the NDB data nodes right out to SQL in the MySQL Server for adding monitoring to any bit of the internals of the data nodes.]]></description>
			<content:encoded><![CDATA[<p>﻿<a href="http://ocklin.blogspot.com">Bernhard</a> blogged over at<a href="http://ocklin.blogspot.com/2010/02/mysql-cluster-711-is-there.html"> http://ocklin.blogspot.com/2010/02/mysql-cluster-711-is-there.html</a> that <a href="ftp://ftp.mysql.com/pub/mysql/download/mysql-5.1.41-ndb-7.1.1-beta.tgz">MySQL Cluster 7.1.1 Beta</a> has been released. The big feature (from my point of view) is the SQL interface on top of NDB$INFO. This means there is now full infrastructure from the NDB data nodes right out to SQL in the MySQL Server for adding monitoring to any bit of the internals of the data nodes.</p><br/>PlanetMySQL Voting:
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=23318&vote=1&apivote=1">Vote UP</a> /
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=23318&vote=-1&apivote=1">Vote DOWN</a>]]></content:encoded>
			<wfw:commentRss>http://planetmysql.ru/2010/02/03/ndbinfo-with-sql-hits-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Open Query training days in Australia</title>
		<link>http://openquery.com/blog/open-query-training-days-australia?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-open-query-training-days-in-australia</link>
		<comments>http://openquery.com/blog/open-query-training-days-australia#comments</comments>
		<pubDate>Fri, 02 Oct 2009 06:36:46 +0000</pubDate>
		<dc:creator>Open Query</dc:creator>
				<category><![CDATA[brisbane]]></category>
		<category><![CDATA[canberra]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[course]]></category>
		<category><![CDATA[dba]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[melbourne]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ndb]]></category>
		<category><![CDATA[Open Query]]></category>
		<category><![CDATA[Replication]]></category>
		<category><![CDATA[Sydney]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://openquery.com/blog/?p=996</guid>
		<description><![CDATA[The favourite Open Query course modules as well as reworked and brand new ones, with November/December 2009 dates for Brisbane, Sydney, Canberra and Melbourne listed below. You can register for days/modules individually, to suit your time, budget and current needs. Your trainers are Sean, Ray and Arjen (see OQ people).
For the Canberra and Melbourne days which are DBA/HA, registrations for all of the modules in a series before 15 October will receive a copy of the &#8220;High Performance MySQL&#8221; book (normal bookstore price is AUD 105).
Canberra

Thu 5 Nov: MySQL High Availability &#8211; Strategy and Tools
Fri 6 Nov: MySQL Cluster Workshop

Sydney

Mon 9 Nov: MySQL Optimisation by Design
Tue 10 Nov: MySQL Locking, Transactions &#38; Storage Engine Optimisation

Brisbane

Thu 19 Nov: MySQL Query Performance Optimisation and Tuning
Fri 20 Nov: MySQL Server Performance Optimisation and Tuning

Melbourne

Wed 9 Dec: MySQL Installation, Security and User Management
Thu 10 Dec &#8211; Fri 11 Dec MySQL Backup and Recovery + Replication Workshop
]]></description>
			<content:encoded><![CDATA[<p>The favourite Open Query course modules as well as reworked and brand new ones, with November/December 2009 dates for Brisbane, Sydney, Canberra and Melbourne listed below. You can <a href="http://openquery.com/training/contact">register</a> for days/modules individually, to suit your time, budget and current needs. Your trainers are Sean, Ray and Arjen (see <a href="http://openquery.com/company/people">OQ people</a>).</p>
<p>For the Canberra and Melbourne days which are DBA/HA, registrations for all of the modules in a series before 15 October will receive a copy of the &#8220;High Performance MySQL&#8221; book (normal bookstore price is AUD 105).</p>
<p><a href="http://openquery.com/training/canberra">Canberra</a></p>
<ul>
<li>Thu 5 Nov: MySQL High Availability &#8211; Strategy and Tools</li>
<li>Fri 6 Nov: <a href="http://openquery.com/training/mysql_cluster">MySQL Cluster Workshop</a></li>
</ul>
<p><a href="http://openquery.com/training/sydney">Sydney</a></p>
<ul>
<li>Mon 9 Nov: <a href="http://openquery.com/training/mysql_optdesign">MySQL Optimisation by Design</a></li>
<li>Tue 10 Nov: <a href="http://openquery.com/training/storage_engines">MySQL Locking, Transactions &amp; Storage Engine Optimisation</a></li>
</ul>
<p><a href="http://openquery.com/training/brisbane">Brisbane</a></p>
<ul>
<li>Thu 19 Nov: MySQL Query Performance Optimisation and Tuning</li>
<li>Fri 20 Nov: MySQL Server Performance Optimisation and Tuning</li>
</ul>
<p><a href="http://openquery.com/training/melbourne">Melbourne</a></p>
<ul>
<li>Wed 9 Dec: <a href="http://openquery.com/training/mysql_installation_security_user_management">MySQL Installation, Security and User Management</a></li>
<li>Thu 10 Dec &#8211; Fri 11 Dec <a href="http://openquery.com/training/mysql_backup_recovery">MySQL Backup and Recovery</a> + <a href="http://openquery.com/training/mysql_replication">Replication Workshop</a></li>
</ul><br/>PlanetMySQL Voting:
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=21414&vote=1&apivote=1">Vote UP</a> /
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=21414&vote=-1&apivote=1">Vote DOWN</a>]]></content:encoded>
			<wfw:commentRss>http://planetmysql.ru/2009/10/02/new-open-query-training-days-in-australia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

