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.

 

kotlin book

 

Comments




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

 

Banner


Mojo - Python Superset For Go-Faster Hardware
07/10/2024

Mojo, the new language from Chris Lattner and his AI-focused company Modular, has entered the top 50 of the TIOBE index, even though it it was only launched in 2023.



Microsoft Releases Azure AI Inference SDK For .NET
26/09/2024

Microsoft has introduced an Azure AI Inference SDK for .NET. The SDK can be used to access and use AI models from the Azure AI Model Catalog for inference tasks like chat in .NET applications.


More News

Last Updated ( Thursday, 20 June 2013 )