PDF (US Ltr)
- 43.3Mb
PDF (A4)
- 43.4Mb
Man Pages (TGZ)
- 297.2Kb
Man Pages (Zip)
- 402.4Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-ndbinfo-diskstat.html
The diskstat table provides information about writes to Disk Data tablespaces during the past 1 second.
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-ndbinfo-diskstats-1sec.html
The diskstats_1sec table provides information about writes to Disk Data tablespaces over the past 20 seconds.
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-ndbinfo-hash-maps.html
id The hash map's unique ID version Hash map version (integer) state Hash map state; see Object::State for values and descriptions.
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-ndbinfo-index-stats.html
The index_stats table provides basic information about NDB index statistics. The index_stats table contains the following columns: index_id Index ID index_version Index version sample_version Sample version Notes This table was added in NDB 8.0.28.
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-ndbinfo-pgman-time-track-stats.html
This table provides information regarding the latency of disk operations for NDB Cluster Disk Data tablespaces. The size of the page read to or written from a Disk Data tablespace is always 32 KB. Log wait latency (log_waits column) is the length ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-ndbinfo-resources.html
This table provides information about data node resource availability and usage. The resources table contains the following columns: node_id The unique node ID of this data node. Notes The resource_name can be any one of the names shown in the ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-ndbinfo-threads.html
The threads table provides information about threads running in the NDB kernel.
https://dev.mysql.com/doc/refman/8.0/en/binary-log.html
The binary log contains “events” that describe database changes such as table creation operations or changes to table data. You can use the --log-bin option to specify an alternative location, by adding a leading absolute path name to the base ...It also contains events for statements that potentially could have made changes (for example, a DELETE which matched no rows), unless row-based logging is ...
https://dev.mysql.com/doc/refman/8.0/en/function-optimization.html
If a function is tagged nondeterministic, a reference to it in a WHERE clause is evaluated for every row (when selecting from one table) or combination of rows (when selecting from a multiple-table join). MySQL also determines when to evaluate ...A ...
https://dev.mysql.com/doc/refman/8.0/en/ibd2sdi.html
ibd2sdi is a utility for extracting serialized dictionary information (SDI) from InnoDB tablespace files. ibd2sdi can be run on file-per-table tablespace files (*.ibd files), general tablespace files (*.ibd files), system tablespace files (ibdata* ...ibd2sdi can be used at runtime or while the server is ...