Content deleted Content added
Updated with latest release 8.4.5 Tags: Mobile edit Mobile web edit |
|||
Line 11:
| latest release version = 8.4.5
| latest release date = {{Start date and age|2025|04|16}} <ref>{{Cite web|url=https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/|title=MySQL NDB Cluster 8.4 Release Notes|website=mysql.com}}</ref>
| operating system = [[Cross-platform]]{{which
| language = English
| genre = [[Relational database management system|RDBMS]]
Line 69:
===NDB Cluster===
'''NDB Cluster''' is the distributed [[database]] system underlying
From the MySQL Server perspective the NDB Cluster is a [[Database engine|Storage engine]] for storing [[Table (database)|tables]] of [[Record (database)|rows]].
From the NDB Cluster perspective, a MySQL Server [[Instance (computer science)|instance]] is an [[Application programming interface|API]] process connected to the Cluster. NDB Cluster can concurrently support access from other types of API processes including Memcached, JavaScript/Node.JS, Java, JPA and HTTP/REST. All API processes can operate on the same tables and data stored in the NDB Cluster.
* [[SQL]] parsing / optimising / execution capability
** Connectors to applications via [[JDBC]], [[ODBC]] etc.
* Cross-table [[
* User authentication and authorisation
* Asynchronous data replication to other systems
All API processes including the MySQL Server use the NDBAPI<ref name="NdbApiDocs">[http://dev.mysql.com/doc/ndbapi/en/index.html] The MySQL Cluster API Developer Guide
==Implementation==
Line 94:
== Versions ==
From the 8.0 release onwards, MySQL Cluster is based directly on the corresponding releases of the MySQL Server. Previously, MySQL Cluster version numbers were decoupled from those of MySQL Server - for example MySQL Cluster 7.6 was based on/contained the server component from MySQL 5.7.
Higher versions of MySQL Cluster include all of the features of lower versions, plus some new features.
Line 102:
:Add support for TLS on cluster internal connections
* MySQL Cluster 8.0 based on MySQL 8.0
:Increase in max row size to 30kB, Support for up to 144 data nodes, Improved distributed filtering and joining, Support for parallel outer joins and semi joins, Improved schema and ACL handling, Online column rename, Simplified configuration, Multithreaded parallel backup and restore, Disk data performance improvements, Enhanced support for 3 and 4 replica configurations, Support for multi socket mesh networking, Support for restore transformations, Improved Blob write performance, Backup encryption, Support for IPv6, Threading autoconfiguration, Improved recovery performance, Improved query multithreading.
* MySQL Cluster 7.6 based on MySQL 5.7
:Improved restart and recovery times, reduced disk space usage, improved join performance, new import tool, shared memory communication, improved topology awareness for cloud.<ref>[https://blogs.oracle.com/mysql/mysql-cluster-76-is-now-generally-available MySQL Cluster 7.6 is now Generally Available], Oracle's MySQL Blog, 1 June 2018
Older versions (no longer in development):
|