The rpd_table_id table provides the ID, name,
and schema of the tables loaded in MySQL HeatWave.
The rpd_table_id table has these columns:
-
IDA unique identifier for the table.
-
NAMEThe full table name including the schema.
-
SCHEMA_NAMEThe schema name.
-
TABLE_NAMEThe table name.
-
MATERIALIZATION_QUERYAvailable as of MySQL 9.3.0. The column contains the query used to create the MySQL HeatWave temporary table.
As of MySQL 9.5.0, the column contains the query used to create the materialized view or the MySQL HeatWave temporary table.
The rpd_table_id table is read-only.