Documentation Home
MySQL Information Schema
Related Documentation Download this Excerpt
PDF (US Ltr) - 0.6Mb
PDF (A4) - 0.6Mb


MySQL Information Schema  /  INFORMATION_SCHEMA InnoDB Tables

Chapter 5 INFORMATION_SCHEMA InnoDB Tables

Table of Contents

5.1 INFORMATION_SCHEMA InnoDB Table Reference
5.2 The INFORMATION_SCHEMA INNODB_BUFFER_PAGE Table
5.3 The INFORMATION_SCHEMA INNODB_BUFFER_PAGE_LRU Table
5.4 The INFORMATION_SCHEMA INNODB_BUFFER_POOL_STATS Table
5.5 The INFORMATION_SCHEMA INNODB_CMP and INNODB_CMP_RESET Tables
5.6 The INFORMATION_SCHEMA INNODB_CMPMEM and INNODB_CMPMEM_RESET Tables
5.7 The INFORMATION_SCHEMA INNODB_CMP_PER_INDEX and INNODB_CMP_PER_INDEX_RESET Tables
5.8 The INFORMATION_SCHEMA INNODB_FT_BEING_DELETED Table
5.9 The INFORMATION_SCHEMA INNODB_FT_CONFIG Table
5.10 The INFORMATION_SCHEMA INNODB_FT_DEFAULT_STOPWORD Table
5.11 The INFORMATION_SCHEMA INNODB_FT_DELETED Table
5.12 The INFORMATION_SCHEMA INNODB_FT_INDEX_CACHE Table
5.13 The INFORMATION_SCHEMA INNODB_FT_INDEX_TABLE Table
5.14 The INFORMATION_SCHEMA INNODB_LOCKS Table
5.15 The INFORMATION_SCHEMA INNODB_LOCK_WAITS Table
5.16 The INFORMATION_SCHEMA INNODB_METRICS Table
5.17 The INFORMATION_SCHEMA INNODB_SYS_COLUMNS Table
5.18 The INFORMATION_SCHEMA INNODB_SYS_DATAFILES Table
5.19 The INFORMATION_SCHEMA INNODB_SYS_FIELDS Table
5.20 The INFORMATION_SCHEMA INNODB_SYS_FOREIGN Table
5.21 The INFORMATION_SCHEMA INNODB_SYS_FOREIGN_COLS Table
5.22 The INFORMATION_SCHEMA INNODB_SYS_INDEXES Table
5.23 The INFORMATION_SCHEMA INNODB_SYS_TABLES Table
5.24 The INFORMATION_SCHEMA INNODB_SYS_TABLESPACES Table
5.25 The INFORMATION_SCHEMA INNODB_SYS_TABLESTATS View
5.26 The INFORMATION_SCHEMA INNODB_SYS_VIRTUAL Table
5.27 The INFORMATION_SCHEMA INNODB_TEMP_TABLE_INFO Table
5.28 The INFORMATION_SCHEMA INNODB_TRX Table

This section provides table definitions for INFORMATION_SCHEMA InnoDB tables. For related information and examples, see InnoDB INFORMATION_SCHEMA Tables.

INFORMATION_SCHEMA InnoDB 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.