MySQL HeatWave User Guide
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_NAME
The schema name.
TABLE_NAME
The table name.
MYSQL_ACCESS_COUNT
Number of times the table has been accessed by the DB System.
HEATWAVE_ACCESS_COUNT
Number of times the table has been accessed by the MySQL HeatWave Cluster.
LAST_QUERIED
The timestamp of the last DB System query that referenced the table.
LAST_QUERIED_IN_HEATWAVE
The timestamp of the last MySQL HeatWave query that referenced the table.
STATE
The table state: loaded or not loaded.