Search Results
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-replication-applier-global-filters-table.html
This table shows the global replication filters configured on this replica. The replication_applier_global_filters table has these columns: FILTER_NAME The type of replication filter that has been configured. FILTER_RULE The rules configured for ...
https://dev.mysql.com/doc/refman/8.4/en/replication-features-checksum-table.html
CHECKSUM TABLE returns a checksum that is calculated row by row, using a method that depends on the table row storage format. The storage format is not guaranteed to remain the same between MySQL versions, so the checksum value might change ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-performance-schema-tables.html
MySQL AI Performance Schema tables provide information about AI nodes, and about tables and columns that are currently loaded in the MySQL AI Engine (AI engine).
https://dev.mysql.com/doc/refman/8.4/en/create-index.html
This guideline is especially important for InnoDB tables, where the primary key determines the physical layout of rows in the data file. CREATE INDEX is mapped to an ALTER TABLE statement to create indexes. CREATE INDEX cannot be used to create a ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-create-table-auto-parallel-load.html
This topics in this section describe how to create external tables using Auto Parallel Load.
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-create-table-manually.html
The topics in this section describe how to create external tables manually.
https://dev.mysql.com/doc/refman/8.4/en/connection-control-information-schema-tables.html
The following sections describe the INFORMATION_SCHEMA tables associated with the connection_control plugin.
https://dev.mysql.com/doc/refman/8.4/en/innodb-information-schema-compression-tables.html
There are two pairs of InnoDB INFORMATION_SCHEMA tables about compression that can provide insight into how well compression is working overall: INNODB_CMP and INNODB_CMP_RESET provide information about the number of compression operations and the ...INNODB_CMPMEM and INNODB_CMPMEM_RESET provide information about the way memory is allocated for ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-tables.html
This section covers topics related to InnoDB tables. ...
https://dev.mysql.com/doc/refman/8.4/en/myisam-table-problems.html
The file format that MySQL uses to store data has been extensively tested, but there are always circumstances that may cause database tables to become corrupted. The following discussion describes how this can happen and how to handle it.