Rechercher dans le manuel MySQL
25.31 The INFORMATION_SCHEMA TABLESPACES Table
The TABLESPACES
table provides
information about active MySQL Cluster tablespaces.
The TABLESPACES
table has these
columns:
TABLESPACE_NAME
The name of the tablespace.
ENGINE
The name of the storage engine that uses the tablespace.
TABLESPACE_TYPE
The tablespace type.
LOGFILE_GROUP_NAME
The name of the logfile group assigned to the tablespace.
EXTENT_SIZE
The size in bytes of the extents used by files that belong to the tablespace.
AUTOEXTEND_SIZE
Unused.
MAXIMUM_SIZE
Unused.
NODEGROUP_ID
Unused.
TABLESPACE_COMMENT
Unused.
Notes
The
TABLESPACES
table is a nonstandardINFORMATION_SCHEMA
table.The
TABLESPACES
table does not provide information aboutInnoDB
tablespaces. ForInnoDB
tablespace metadata, see theINFORMATION_SCHEMA
INNODB_TABLESPACES
andINNODB_DATAFILES
tables. TheFILES
table also provides metadata forInnoDB
tablespaces.
Document created the 26/06/2006, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/mysql-rf-tablespaces-table.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.