PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.3Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/mysql-acid.html
The ACID model is a set of database design principles that emphasize aspects of reliability that are important for business data and mission-critical applications. MySQL includes components such as the InnoDB storage engine that adhere closely to ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-install-debian.html
The directory layout is the same as that for the generic Linux binary distribution (see Table 2.3, “MySQL Installation Layout for Generic Unix/Linux Binary Package”), with the exception that startup scripts and configuration files are found in ... The section provides information about installing NDB Cluster on Debian and related Linux distributions such Ubuntu using the .deb files supplied by Oracle for this ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-install-windows-initial-start.html
Once the NDB Cluster executables and needed configuration files are in place, performing an initial start of the cluster is simply a matter of starting the NDB Cluster executables for all nodes in the cluster. See Section 21.3.5, “NDB Cluster ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-installation.html
This section describes the basics for planning, installing, configuring, and running an NDB Cluster. Whereas the examples in Section 21.4, “Configuration of NDB Cluster” provide more in-depth information on a variety of clustering options and ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-limitations-performance.html
Unique hash indexes created with USING HASH cannot be used for accessing a table if NULL is given as part of the key. The following performance issues are specific to or especially pronounced in NDB Cluster: Range scans. There are query performance ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-logs-event-buffer.html
There is one such buffer for each Ndb object subscribing to table events, which means that there are usually two buffers for each mysqld performing binary logging (one buffer for schema events, and one for data events). NDB uses one or more memory ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-params-api.html
DefaultHashMapSize: Set size (in buckets) to use for table hash maps. The listing in this section provides information about parameters used in the [mysqld] and [api] sections of a config.ini file for configuring NDB Cluster SQL nodes and API nodes. For detailed descriptions and other additional information about each of these parameters, see Section 21.4.3.7, “Defining SQL and Other API Nodes in an NDB ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-programs-ndb-print-file.html
For more information, see Section 21.6.11, “NDB Cluster Disk Data Tables”. ndb_print_file obtains information from an NDB Cluster Disk Data file. Usage ndb_print_file [-v] [-q] file_name+ file_name is the name of an NDB Cluster Disk Data file.
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-programs-ndbmtd.html
ndbmtd is a multithreaded version of ndbd, the process that is used to handle all the data in tables using the NDBCLUSTER storage engine. ndbmtd is intended for use on host computers having multiple CPU cores. Command-line options and configuration ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-programs.html
The final portion of this section contains tables of options that are common to all the various NDB Cluster programs. Using and managing an NDB Cluster requires several specialized programs, which we describe in this chapter. We discuss the ...