Information Schema INNODB_SYS_TABLESPACES Table

You are viewing an old version of this article. View the current version here.

The Information Schema INNODB_SYS_TABLESPACES table contains information about InnoDB tablespaces.

The PROCESS privilege is required to view the table.

It has the following columns:

ColumnDescriptionAdded
TABLE_IDUnique InnoDB tablespace identifier.
NAMEDatabase and table name separated by a backslash, or the uppercase InnoDB system table name.
FLAG1 if a DATA DIRECTORY option has been specified in CREATE TABLE, otherwise 0.
FILE_FORMATInnoDB file format.
ROW_FORMATStorage format used for this tablespace.
PAGE SIZEPage size for this tablespace.
ZIP_PAGE_SIZEZip page size for this tablespace.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.