Connector for Node.js in MySQL Cluster
Written by Kay Ewbank   
Thursday, 20 June 2013

Oracle has released version 7.3 of MySQL Cluster software as GA (Generally Available), with a NoSQL JavaScript Connector for Node.js and support for Foreign Key Constraints.

MySQL Cluster is a clustering add-on for the MySQL database. Oracle says that the addition of the NoSQL JavaScript connector for Node.js means it will be simpler and faster to build services deployed across clusters of commodity hardware using MySQL Cluster.

The native support for foreign key constraints has been one of the most requested additions for MySQL Cluster, and means that MySQL Cluster automatically enforces referential integrity between tables. 

The new Node.js connector makes it possible to write JavaScript applications for Node.js using MySQL data. Apps written in JavaScript can directly access MySQL Cluster data stores without the need to use an intermediate MySQL server to translate queries to and from SQL. Instead, you create a JavaScript mapping class and use that to map to a table in your MySQL Cluster database. The connector works asynchronously for inserting and retrieving data.

The new version includes an auto-installer that Oracle says lets you graphically configure and provision a production-grade cluster in minutes, automatically tuned for your workload and environment, directly from your browser. The SQL layer of MySQL Cluster is based on the latest MySQL 5.6 GA release, and lets you combine the InnoDB and MySQL Cluster storage engines side by side within a single application using the latest MySQL 5.6 release.

The new version also promises to deliver from one and a half times to seven and a half times higher throughput per connection to the MySQL Custer data nodes, increasing the overall capacity and scalability of the cluster. The improvement is achieved by splitting mutexes within internal connection APIs, and is completely transparent to applications.

 

 

More Information

MySQL Cluster 7.3 Release Notes

Download MySQL Cluster

Related Articles

MySQL Cluster 7.2 For Distributed Computing

MySQL 5.6 Release Candidate

MySQL 5.6 Released

Getting Started with Node.js

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

Banner


The Appeal of Google Summer of Code
21/03/2024

With the list of participating organizations now published, it is time for would-be contributors to select among them and apply for Google Summer of Code (GSoC). Rust has joined in the program fo [ ... ]



Quantum Computing Prize Awarded
05/04/2024

John Preskill, Professor of Theoretical Physics at the California Institute of Technology, is the eighth recipient of the John Stewart Bell Prize for Research on Fundamental Issues in Quantu [ ... ]


More News

Last Updated ( Thursday, 20 June 2013 )