Rechercher dans le manuel MySQL
25.39 INFORMATION_SCHEMA InnoDB Tables
[+/-]
- 25.39.1 The INFORMATION_SCHEMA INNODB_BUFFER_PAGE Table
- 25.39.2 The INFORMATION_SCHEMA INNODB_BUFFER_PAGE_LRU Table
- 25.39.3 The INFORMATION_SCHEMA INNODB_BUFFER_POOL_STATS Table
- 25.39.4 The INFORMATION_SCHEMA INNODB_CACHED_INDEXES Table
- 25.39.5 The INFORMATION_SCHEMA INNODB_CMP and INNODB_CMP_RESET Tables
- 25.39.6 The INFORMATION_SCHEMA INNODB_CMPMEM and INNODB_CMPMEM_RESET Tables
- 25.39.7 The INFORMATION_SCHEMA INNODB_CMP_PER_INDEX and INNODB_CMP_PER_INDEX_RESET Tables
- 25.39.8 The INFORMATION_SCHEMA INNODB_COLUMNS Table
- 25.39.9 The INFORMATION_SCHEMA INNODB_DATAFILES Table
- 25.39.10 The INFORMATION_SCHEMA INNODB_FIELDS Table
- 25.39.11 The INFORMATION_SCHEMA INNODB_FOREIGN Table
- 25.39.12 The INFORMATION_SCHEMA INNODB_FOREIGN_COLS Table
- 25.39.13 The INFORMATION_SCHEMA INNODB_FT_BEING_DELETED Table
- 25.39.14 The INFORMATION_SCHEMA INNODB_FT_CONFIG Table
- 25.39.15 The INFORMATION_SCHEMA INNODB_FT_DEFAULT_STOPWORD Table
- 25.39.16 The INFORMATION_SCHEMA INNODB_FT_DELETED Table
- 25.39.17 The INFORMATION_SCHEMA INNODB_FT_INDEX_CACHE Table
- 25.39.18 The INFORMATION_SCHEMA INNODB_FT_INDEX_TABLE Table
- 25.39.19 The INFORMATION_SCHEMA INNODB_INDEXES Table
- 25.39.20 The INFORMATION_SCHEMA INNODB_LOCKS Table
- 25.39.21 The INFORMATION_SCHEMA INNODB_LOCK_WAITS Table
- 25.39.22 The INFORMATION_SCHEMA INNODB_METRICS Table
- 25.39.23 The INFORMATION_SCHEMA INNODB_SESSION_TEMP_TABLESPACES Table
- 25.39.24 The INFORMATION_SCHEMA INNODB_TABLES Table
- 25.39.25 The INFORMATION_SCHEMA INNODB_TABLESPACES Table
- 25.39.26 The INFORMATION_SCHEMA INNODB_TABLESPACES_BRIEF Table
- 25.39.27 The INFORMATION_SCHEMA INNODB_TABLESTATS View
- 25.39.28 The INFORMATION_SCHEMA INNODB_TEMP_TABLE_INFO Table
- 25.39.29 The INFORMATION_SCHEMA INNODB_TRX Table
- 25.39.30 The INFORMATION_SCHEMA INNODB_VIRTUAL Table
This section provides table definitions for
InnoDB
INFORMATION_SCHEMA
tables. For related information and examples, see
Section 15.14, “InnoDB INFORMATION_SCHEMA Tables”.
InnoDB
INFORMATION_SCHEMA
tables can be used to monitor ongoing InnoDB
activity, to detect inefficiencies before they turn into issues, or
to troubleshoot performance and capacity issues. As your database
becomes bigger and busier, running up against the limits of your
hardware capacity, you monitor and tune these aspects to keep the
database running smoothly.
Document created the 26/06/2006, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/mysql-rf-innodb-i_s-tables.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.