Spec-Zone .ru
спецификации, руководства, описания, API

Chapter 17. MySQL Cluster NDB 7.3

Table of Contents

17.1. MySQL Cluster Overview
17.1.1. MySQL Cluster Core Concepts
17.1.2. MySQL Cluster Nodes, Node Groups, Replicas, and Partitions
17.1.3. MySQL Cluster Hardware, Software, and Networking Requirements
17.1.4. MySQL Cluster Development History
17.1.5. MySQL Server Using InnoDB Compared with MySQL Cluster
17.1.6. Known Limitations of MySQL Cluster
17.2. MySQL Cluster Installation
17.2.1. The MySQL Cluster Auto-Installer
17.2.2. Installation of MySQL Cluster on Linux
17.2.3. Installing MySQL Cluster on Windows
17.2.4. Initial Configuration of MySQL Cluster
17.2.5. Initial Startup of MySQL Cluster
17.2.6. MySQL Cluster Example with Tables and Data
17.2.7. Safe Shutdown and Restart of MySQL Cluster
17.2.8. Upgrading and Downgrading MySQL Cluster NDB 7.3
17.3. Configuration of MySQL Cluster NDB 7.3
17.3.1. Quick Test Setup of MySQL Cluster
17.3.2. MySQL Cluster Configuration Files
17.3.3. Overview of MySQL Cluster Configuration Parameters
17.3.4. MySQL Server Options and Variables for MySQL Cluster
17.3.5. Using High-Speed Interconnects with MySQL Cluster
17.4. MySQL Cluster Programs
17.4.1. ndbd — The MySQL Cluster Data Node Daemon
17.4.2. ndbinfo_select_all — Select From ndbinfo Tables
17.4.3. ndbmtd — The MySQL Cluster Data Node Daemon (Multi-Threaded)
17.4.4. ndb_mgmd — The MySQL Cluster Management Server Daemon
17.4.5. ndb_mgm — The MySQL Cluster Management Client
17.4.6. ndb_config — Extract MySQL Cluster Configuration Information
17.4.7. ndb_cpcd — Automate Testing for NDB Development
17.4.8. ndb_delete_all — Delete All Rows from an NDB Table
17.4.9. ndb_desc — Describe NDB Tables
17.4.10. ndb_drop_index — Drop Index from an NDB Table
17.4.11. ndb_drop_table — Drop an NDB Table
17.4.12. ndb_error_reporter — NDB Error-Reporting Utility
17.4.13. ndb_index_stat — NDB Index Statistics Utility
17.4.14. ndb_print_backup_file — Print NDB Backup File Contents
17.4.15. ndb_print_schema_file — Print NDB Schema File Contents
17.4.16. ndb_print_sys_file — Print NDB System File Contents
17.4.17. ndbd_redo_log_reader — Check and Print Content of Cluster Redo Log
17.4.18. ndb_restore — Restore a MySQL Cluster Backup
17.4.19. ndb_select_all — Print Rows from an NDB Table
17.4.20. ndb_select_count — Print Row Counts for NDB Tables
17.4.21. ndb_setup.py — Start browser-based Auto-Installer forMySQL Cluster
17.4.22. ndb_show_tables — Display List of NDB Tables
17.4.23. ndb_size.pl — NDBCLUSTER Size Requirement Estimator
17.4.24. ndb_waiter — Wait for MySQL Cluster to Reach a Given Status
17.4.25. Options Common to MySQL Cluster Programs — Options Common to MySQL Cluster Programs
17.5. Management of MySQL Cluster
17.5.1. Summary of MySQL Cluster Start Phases
17.5.2. Commands in the MySQL Cluster Management Client
17.5.3. Online Backup of MySQL Cluster
17.5.4. MySQL Server Usage for MySQL Cluster
17.5.5. Performing a Rolling Restart of a MySQL Cluster
17.5.6. Event Reports Generated in MySQL Cluster
17.5.7. MySQL Cluster Log Messages
17.5.8. MySQL Cluster Single User Mode
17.5.9. Quick Reference: MySQL Cluster SQL Statements
17.5.10. The ndbinfo MySQL Cluster Information Database
17.5.11. MySQL Cluster Security Issues
17.5.12. MySQL Cluster Disk Data Tables
17.5.13. Adding MySQL Cluster Data Nodes Online
17.5.14. Distributed MySQL Privileges for MySQL Cluster
17.5.15. NDB API Statistics Counters and Variables
17.6. MySQL Cluster Replication
17.6.1. MySQL Cluster Replication: Abbreviations and Symbols
17.6.2. General Requirements for MySQL Cluster Replication
17.6.3. Known Issues in MySQL Cluster Replication
17.6.4. MySQL Cluster Replication Schema and Tables
17.6.5. Preparing the MySQL Cluster for Replication
17.6.6. Starting MySQL Cluster Replication (Single Replication Channel)
17.6.7. Using Two Replication Channels for MySQL Cluster Replication
17.6.8. Implementing Failover with MySQL Cluster Replication
17.6.9. MySQL Cluster Backups With MySQL Cluster Replication
17.6.10. MySQL Cluster Replication: Multi-Master and Circular Replication
17.6.11. MySQL Cluster Replication Conflict Resolution
17.7. MySQL Cluster Release Notes

This chapter contains information about MySQL Cluster, which is a high-availability, high-redundancy version of MySQL adapted for the distributed computing environment. Recent releases of MySQL Cluster use version 7 of the NDBCLUSTER storage engine (also known as NDB) to enable running several computers with MySQL servers and other software in a cluster; the latest releases available for production use incorporate NDB version 7.3.

Support for the NDBCLUSTER storage engine is not included in standard MySQL Server 5.6 binaries built by Oracle. Instead, users of MySQL Cluster binaries from Oracle should upgrade to the most recent binary release of MySQL Cluster for supported platforms—these include RPMs that should work with most Linux distributions. MySQL Cluster users who build from source should use the sources provided for MySQL Cluster. (Locations where the sources can be obtained are listed later in this section.)

This chapter contains information about MySQL Cluster NDB 7.3 releases through 5.6.11-ndb-7.3.3. Currently, the MySQL Cluster NDB 7.3 release series is Generally Available (GA), as is MySQL Cluster NDB 7.2. MySQL Cluster NDB 7.1 and MySQL Cluster NDB 7.0 are previous GA release series; although they are still supported, we recommend that new deployments use MySQL Cluster NDB 7.3. For information about MySQL Cluster NDB 7.2, see MySQL Cluster NDB 7.2; for information about MySQL Cluster NDB 7.1, and previous versions of MySQL Cluster, see MySQL Cluster NDB 6.1 - 7.1.

Supported Platforms. MySQL Cluster is currently available and supported on a number of platforms. For exact levels of support available for on specific combinations of operating system versions, operating system distributions, and hardware platforms, please refer to http://www.mysql.com/support/supportedplatforms/cluster.html.

Availability. MySQL Cluster binary and source packages are available for supported platforms from http://dev.mysql.com/downloads/cluster/.

MySQL Cluster release numbers. MySQL Cluster follows a somewhat different release pattern from the mainline MySQL Server 5.6 series of releases. In this Manual and other MySQL documentation, we identify these and later MySQL Cluster releases employing a version number that begins with "NDB". This version number is that of the NDBCLUSTER storage engine used in the release, and not of the MySQL server version on which the MySQL Cluster release is based.

Version strings used in MySQL Cluster software. The version string displayed by MySQL Cluster programs uses this format:

mysql-mysql_server_version-ndb-ndb_engine_version

mysql_server_version represents the version of the MySQL Server on which the MySQL Cluster release is based. For all MySQL Cluster NDB 7.3 releases, this is "5.6". ndb_engine_version is the version of the NDB storage engine used by this release of the MySQL Cluster software. You can see this format used in the mysql client, as shown here:

shell> mysqlWelcome to the MySQL monitor.  Commands end with ; or \g.Your MySQL connection id is 2Server version: 5.6.11-ndb-7.3.3 Source distributionType 'help;' or '\h' for help. Type '\c' to clear the buffer.mysql> SELECT VERSION()\G*************************** 1. row ***************************VERSION(): 5.6.11-ndb-7.3.31 row in set (0.00 sec)

This version string is also displayed in the output of the SHOW command in the ndb_mgm client:

ndb_mgm> SHOWConnected to Management Server at: localhost:1186Cluster Configuration---------------------[ndbd(NDB)]     2 node(s)id=1    @10.0.10.6  (5.6.11-ndb-7.3.3, Nodegroup: 0, Master)id=2    @10.0.10.8  (5.6.11-ndb-7.3.3, Nodegroup: 0)[ndb_mgmd(MGM)] 1 node(s)id=3    @10.0.10.2  (5.6.11-ndb-7.3.3)[mysqld(API)]   2 node(s)id=4    @10.0.10.10  (5.6.11-ndb-7.3.3)id=5 (not connected, accepting connect from any host)

The version string identifies the mainline MySQL version from which the MySQL Cluster release was branched and the version of the NDB storage engine used. For example, the full version string for MySQL Cluster NDB 7.3.2 (the first MySQL Cluster production release based on MySQL Server 5.6) is mysql-5.6.11-ndb-7.3.2. From this we can determine the following:

New MySQL Cluster releases are numbered according to updates in the NDB storage engine, and do not necessarily correspond in a one-to-one fashion with mainline MySQL Server releases. For example, MySQL Cluster NDB 7.3.2 (as previously noted) is based on MySQL 5.6.11, while MySQL Cluster NDB 7.3.1 was based on MySQL 5.6.10 (version string: mysql-5.6.10-ndb-7.3.1).

Compatibility with standard MySQL 5.6 releases. While many standard MySQL schemas and applications can work using MySQL Cluster, it is also true that unmodified applications and database schemas may be slightly incompatible or have suboptimal performance when run using MySQL Cluster (see Section 17.1.6, "Known Limitations of MySQL Cluster"). Most of these issues can be overcome, but this also means that you are very unlikely to be able to switch an existing application datastore—that currently uses, for example, MyISAM or InnoDB—to use the NDB storage engine without allowing for the possibility of changes in schemas, queries, and applications. In addition, the MySQL Server and MySQL Cluster codebases diverge considerably, so that the standard mysqld cannot function as a drop-in replacement for the version of mysqld supplied with MySQL Cluster.

MySQL Cluster development source trees. MySQL Cluster development trees can also be accessed from https://code.launchpad.net/~mysql/:

The MySQL Cluster development sources maintained at https://code.launchpad.net/~mysql/ are licensed under the GPL. For information about obtaining MySQL sources using Bazaar and building them yourself, see Section 2.9.3, "Installing MySQL Using a Development Source Tree".

Note

As with MySQL Server 5.6, MySQL Cluster NDB 7.3 is built using CMake.

Currently, MySQL Cluster NDB 7.1, MySQL Cluster NDB 7.2, and MySQL Cluster NDB 7.3 releases are all Generally Available (GA), although we recommend that new deployments use MySQL Cluster NDB 7.3. MySQL Cluster NDB 6.1, MySQL Cluster NDB 6.2, and MySQL Cluster NDB 6.3, are no longer in active development. For an overview of major features added in MySQL Cluster NDB 7.3, see Section 17.1.4, "MySQL Cluster Development History". For an overview of major features added in past MySQL Cluster releases, see MySQL Cluster Development History, and MySQL Cluster Development History.

This chapter represents a work in progress, and its contents are subject to revision as MySQL Cluster continues to evolve. Additional information regarding MySQL Cluster can be found on the MySQL Web site at http://www.mysql.com/products/cluster/.

Additional Resources. More information about MySQL Cluster can be found in the following places: