mysql.spider_table_sts Table

The mysql.spider_table_sts table is installed by the Spider storage engine.

MariaDB starting with 10.4

In MariaDB 10.4 and later, this table uses the Aria storage engine.

MariaDB until 10.3

In MariaDB 10.3 and before, this table uses the MyISAM storage engine.

It contains the following fields:

FieldTypeNullKeyDefaultDescription
db_namechar(64)NOPRI
table_namechar(199)NOPRI
data_file_lengthbigint(20) unsignedNO0
max_data_file_lengthbigint(20) unsignedNO0
index_file_lengthbigint(20) unsignedNO0
recordsbigint(20) unsignedNO0
mean_rec_lengthbigint(20) unsignedNO0
check_timedatetimeNO0000-00-00 00:00:00
create_timedatetimeNO0000-00-00 00:00:00
update_timedatetimeNO0000-00-00 00:00:00
checksumbigint(20) unsignedYESNULL

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.