The rpd_mirror table keeps track of all
existing tables in the DB System, whose engine is
InnoDB.
The rpd_mirror table has these columns:
-
SCHEMA_NAMEThe schema name.
-
TABLE_NAMEThe table name.
-
MYSQL_ACCESS_COUNTNumber of times the table has been accessed by the DB System.
-
HEATWAVE_ACCESS_COUNTNumber of times the table has been accessed by the MySQL HeatWave Cluster.
-
IMPORTANCEIndicates the importance of each table for automatic load (also known as self load). Tables with higher importance values are loaded to MySQL HeatWave first. For a given table, this value is computed based on its size, as well as the number and duration of queries accessing that table.
-
LAST_QUERIEDThe timestamp of the last DB System query that referenced the table.
-
LAST_QUERIED_IN_HEATWAVEThe timestamp of the last MySQL HeatWave query that referenced the table.
-
STATEThe table state: loaded or not loaded.
-
RECOMMENDED_READ_THREADSValue of the
innodb_parallel_read_threadssession variable with which the table was previously loaded. -
QUERIED_PARTITIONSFor partitioned tables, lists the
InnoDBpartitions that have been queried.