Search Results
https://dev.mysql.com/doc/refman/8.4/en/myisamchk-table-info.html
To obtain a description of a MyISAM table or statistics about it, use the commands shown here. The output from these commands is explained later in this section. myisamchk -d tbl_name Runs myisamchk in “describe mode” to produce a description ...
https://dev.mysql.com/doc/refman/8.4/en/myisamchk.html
For more information about memory allocation with myisamchk, see Section 6.6.4.6, “myisamchk Memory Usage”. The myisamchk utility gets information about your database tables or checks, repairs, or optimizes them. myisamchk works with MyISAM ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-config-example.html
Although this parameter now has a default value of 2, which is the recommended setting in most common usage scenarios, it is still recommended practice to set this parameter explicitly. To support NDB Cluster, you should update my.cnf as shown in ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-config-send-buffers.html
You can use the ndbinfo.transporters table to monitor send buffer memory usage, and to detect slowdown and overload conditions that can adversely affect performance. The NDB kernel employs a unified send buffer whose memory is allocated dynamically ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-config-starting.html
For these reasons, it is not possible to offer a single configuration that is ideal for all usage scenarios. Changes in configuration are also likely to be indicated when changes are made in the platform on which the cluster is run, or in ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-disk-data-storage-requirements.html
This means that, in some cases, converting an in-memory column to the disk-based format can actually result in greater memory usage. The following items apply to Disk Data storage requirements: Variable-length columns of Disk Data tables take up a ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-linux-rpm.html
This section covers the steps necessary to install the correct executables for each type of NDB Cluster node using RPM packages supplied by Oracle. As an alternative to the method described in this section, Oracle provides MySQL Repositories for ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-limitations-disk-data.html
Disk data objects are subject to the following maximums and minimums: Maximum number of tablespaces: 232 (4294967296) Maximum number of data files per tablespace: 216 (65536) The minimum and maximum possible sizes of extents for tablespace data ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-limitations-limits.html
In this section, we list limits found in NDB Cluster that either differ from limits found in, or that are not found in, standard MySQL. Memory consumed when data is inserted into an NDB table is not automatically recovered when deleted, as it is ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-limitations-transactions.html
A number of limitations exist in NDB Cluster with regard to the handling of transactions. The NDBCLUSTER storage engine supports only the READ COMMITTED transaction isolation level. To ensure that a given transaction reads only before or after ...