information-schema-innodb-table-reference.md 4.0 KB
Newer Older
茶陵後's avatar
茶陵後 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
### 26.4.1 信息\_SCHEMA InnoDB 表参考

[](<>)[](<>)

下表总结了`INFORMATION_SCHEMA`InnoDB 表。有关更多详细信息,请参阅各个表的说明。

[](<>)

**表 26.3 信息\_SCHEMA InnoDB 表**

| 表名 | 描述 | 介绍 |
| --- | --- | --- |
| [`INNODB_BUFFER_PAGE`](information-schema-innodb-buffer-page-table.html) | InnoDB 缓冲池中的页面 |  |
| [`INNODB_BUFFER_PAGE_LRU`](information-schema-innodb-buffer-page-lru-table.html) | InnoDB 缓冲池中页面的 LRU 排序 |  |
| [`INNODB_BUFFER_POOL_STATS`](information-schema-innodb-buffer-pool-stats-table.html) | InnoDB 缓冲池统计 |  |
| [`INNODB_CACHED_INDEXES`](information-schema-innodb-cached-indexes-table.html) | InnoDB 缓冲池中每个索引缓存的索引页数 |  |
| [`INNODB_CMP`](information-schema-innodb-cmp-table.html) | 与压缩 InnoDB 表相关的操作的状态 |  |
| [`INNODB_CMP_PER_INDEX`](information-schema-innodb-cmp-per-index-table.html) | 与压缩 InnoDB 表和索引相关的操作状态 |  |
| [`INNODB_CMP_PER_INDEX_RESET`](information-schema-innodb-cmp-per-index-table.html) | 与压缩 InnoDB 表和索引相关的操作状态 |  |
| [`INNODB_CMP_RESET`](information-schema-innodb-cmp-table.html) | 与压缩 InnoDB 表相关的操作的状态 |  |
| [`INNODB_CMPMEM`](information-schema-innodb-cmpmem-table.html) | InnoDB 缓冲池中压缩页面的状态 |  |
| [`INNODB_CMPMEM_RESET`](information-schema-innodb-cmpmem-table.html) | InnoDB 缓冲池中压缩页面的状态 |  |
| [`INNODB_COLUMNS`](information-schema-innodb-columns-table.html) | 每个 InnoDB 表中的列 |  |
| [`INNODB_DATAFILES`](information-schema-innodb-datafiles-table.html) | InnoDB file-per-table 和通用表空间的数据文件路径信息 |  |
| [`INNODB_FIELDS`](information-schema-innodb-fields-table.html) | InnoDB 索引的关键列 |  |
| [`INNODB_FOREIGN`](information-schema-innodb-foreign-table.html) | InnoDB 外键元数据 |  |
| [`INNODB_FOREIGN_COLS`](information-schema-innodb-foreign-cols-table.html) | InnoDB 外键列状态信息 |  |
| [`INNODB_FT_BEING_DELETED`](information-schema-innodb-ft-being-deleted-table.html) | INNODB 快照\_英尺\_已删除表 |  |
| [`INNODB_FT_CONFIG`](information-schema-innodb-ft-config-table.html) | InnoDB 表 FULLTEXT 索引和相关处理的元数据 |  |
| [`INNODB_FT_DEFAULT_STOPWORD`](information-schema-innodb-ft-default-stopword-table.html) | InnoDB FULLTEXT 索引的默认停用词列表 |  |
| [`INNODB_FT_DELETED`](information-schema-innodb-ft-deleted-table.html) | 从 InnoDB 表 FULLTEXT 索引中删除的行 |  |
| [`INNODB_FT_INDEX_CACHE`](information-schema-innodb-ft-index-cache-table.html) | InnoDB FULLTEXT 索引中新插入行的标记信息 |  |
| [`INNODB_FT_INDEX_TABLE`](information-schema-innodb-ft-index-table-table.html) | 用于处理针对 InnoDB 表 FULLTEXT 索引的文本搜索的反向索引信息 |  |
| [`INNODB_INDEXES`](information-schema-innodb-indexes-table.html) | InnoDB 索引元数据 |  |
| [`INNODB_METRICS`](information-schema-innodb-metrics-table.html) | InnoDB 性能信息 |  |
| [`INNODB_SESSION_TEMP_TABLESPACES`](information-schema-innodb-session-temp-tablespaces-table.html) | 会话临时表空间元数据 | 8.0.13 |
| [`INNODB_TABLES`](information-schema-innodb-tables-table.html) | InnoDB 表元数据 |  |
| [`INNODB_TABLESPACES`](information-schema-innodb-tablespaces-table.html) | InnoDB file-per-table、通用和撤消表空间元数据 |  |
| [`INNODB_TABLESPACES_BRIEF`](information-schema-innodb-tablespaces-brief-table.html) | 每个表的简要文件、常规、撤消和系统表空间元数据 |  |
| [`INNODB_TABLESTATS`](information-schema-innodb-tablestats-table.html) | InnoDB 表低级状态信息 |  |
| [`INNODB_TEMP_TABLE_INFO`](information-schema-innodb-temp-table-info-table.html) | 有关活动用户创建的 InnoDB 临时表的信息 |  |
| [`INNODB_TRX`](information-schema-innodb-trx-table.html) | 活跃的 InnoDB 事务信息 |  |
| [`INNODB_VIRTUAL`](information-schema-innodb-virtual-table.html) | InnoDB 虚拟生成的列元数据 |  |