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.