<?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>Marketgrid Consulting Blog &#187; NDB Cluster</title>
	<atom:link href="http://www.marketgrid.com/blog/tag/ndb-cluster/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marketgrid.com/blog</link>
	<description>MySQL, website development and performance news</description>
	<lastBuildDate>Mon, 09 Jan 2012 12:39:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MySQL Cluster 7.1.1</title>
		<link>http://www.marketgrid.com/blog/2010/02/mysql-cluster-7-1-1/</link>
		<comments>http://www.marketgrid.com/blog/2010/02/mysql-cluster-7-1-1/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 21:56:04 +0000</pubDate>
		<dc:creator>Phil Smith</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[NDB Cluster]]></category>

		<guid isPermaLink="false">http://www.marketgrid.com/blog/?p=101</guid>
		<description><![CDATA[A new version of MySQL Cluster 7.1 beta has been released and is available. The Cluster 7.1 beta code base is identical to Cluster 7.0 GA. While maintaining the GA quality throughout all core functionalities they added two of the most requested enhancements as independed features to 7.1 beta: • ndb$info with SQL level real-time [...]]]></description>
			<content:encoded><![CDATA[<p>A new version of MySQL Cluster 7.1 beta has been released and is available.</p>
<p>The Cluster 7.1 beta code base is identical to Cluster 7.0 GA. While maintaining the GA quality throughout all core functionalities they added two of the most requested enhancements as independed features to</p>
<p>7.1 beta:</p>
<p>• ndb$info with SQL level real-time monitoring of Cluster</p>
<p>• an easy-to-use and high performance native Java interface and OpenJPA plug-in</p>
<h2>ndb$info</h2>
<p>ndb$info makes cluster status and statistics available on SQL level.</p>
<p>Log into the MySQL Server and simply use SQL to retrieve configuration details, memory status or the node status and uptime:</p>
<pre>mysql&gt; SELECT * FROM ndbinfo.nodes;</pre>
<pre>+---------+--------+---------+-------------+</pre>
<pre>| node_id | uptime | status  | start_phase |</pre>
<pre>+---------+--------+---------+-------------+</pre>
<pre>|       2 |  45678 | STARTED |           0 |</pre>
<pre>|       3 |  45676 | STARTED |           0 |</pre>
<pre>|       4 |  45678 | STARTED |           0 |</pre>
<pre>|       5 |    312 | STARTED |           0 |</pre>
<pre>+---------+--------+---------+-------------+</pre>
<pre>4 rows in set (0.03 sec)</pre>
<p>ndb$info is designed to add little to no overhead even for extensive monitoring of Cluster.</p>
<h2>MySQL Cluster Connector for Java</h2>
<p>Designed for Java developers, the MySQL Cluster Connector for Java implements an easy-to-use and high performance native Java interface and OpenJPA plug-in. Using the Java Persistence Interface of Cluster/J</p>
<p>a primary key lookup is as simple as</p>
<pre>Fish e = session.find(Fish.class, 4711);</pre>
<p>The OpenJPA for Cluster implementation plugs into Apache OpenJPA and provides native access to Cluster. Many transactions can now be directly executed on Cluster, without the MySQL Server being involved.</p>
<p>This allows much faster query execution and higher throughput.</p>
<p>You can read more about Cluster/J and how to use it here: <a href="http://ocklin.blogspot.com/2009/12/java-and-openjpa-for-mysql-cluster_14.html">http://ocklin.blogspot.com/2009/12/java-and-openjpa-for-mysql-cluster_14.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marketgrid.com/blog/2010/02/mysql-cluster-7-1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

