14.4.6 InnoDB Data Dictionary

The InnoDB data dictionary is comprised of internal system tables that contain metadata used to keep track of objects such as tables, indexes, and table columns. The metadata is physically located in the InnoDB system tablespace. For historical reasons, data dictionary metadata overlaps to some degree with information stored in InnoDB table metadata files (.frm files).
InnoDB数据字典由内部系统表组成,这些表包含用于跟踪对象的元数据,例如表,索引,列。元数据是存放在innodb系统表空间的物理位置上的,由于历史的原因,数据字典元数据一定程度上与存储在InnoDB表的元数据文件的信息有重叠

PREV:14.4.5 System Tablespace https://blog.51cto.com/itzhoujun/2352556
NEXT: 14.4.7 Doublewrite Buffer. https://blog.51cto.com/itzhoujun/2353192

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章