Rechercher dans le manuel MySQL
14.2 Removal of File-based Metadata Storage
In previous MySQL releases, dictionary data was partially stored in metadata files. Issues with file-based metadata storage included expensive file scans, susceptibility to file system-related bugs, complex code for handling of replication and crash recovery failure states, and a lack of extensibility that made it difficult to add metadata for new features and relational objects.
The metadata files listed below are removed from MySQL. Unless otherwise noted, data previously stored in metadata files is now stored in data dictionary tables.
.frm
files: Table metadata files. With the removal of.frm
files:The 64KB table definition size limit imposed by the
.frm
file structure is removed.The
INFORMATION_SCHEMA.TABLES
VERSION
column reports a hardcoded value of10
, which is the last.frm
file version used in MySQL 5.7.
.par
files: Partition definition files.InnoDB
stopped using partition definition files in MySQL 5.7 with the introduction of native partitioning support forInnoDB
tables..TRN
files: Trigger namespace files..TRG
files: Trigger parameter files..isl
files:InnoDB
Symbolic Link files containing the location of file-per-table tablespace files created outside of the data directory.db.opt
files: Database configuration files. These files, one per database directory, contained database default character set attributes.
Document created the 26/06/2006, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/mysql-rf-data-dictionary-file-removal.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.