The rpd_columns table provides column
encoding information for columns of tables loaded in MySQL HeatWave.
The rpd_columns table has these columns:
-
TABLE_IDA unique identifier for the table.
-
COLUMN_IDA unique identifier for the table column.
-
NDVThe number of distinct values in the column.
-
ENCODINGThe type of encoding used.
-
DATA_PLACEMENT_INDEXThe data placement key index ID associated with the column. Index value ranges from 1 to 16. For information about data placement key index values, see Section 5.8.2, “Data Placement Keys”. NULL indicates that the column is not defined as a data placement key. For a
DATA_PLACEMENT_INDEXquery that identifies columns with data placement keys, see Section 4.5, “Retrieve MySQL HeatWave Metadata”. -
DICT_SIZE_BYTESThe dictionary size per column, in bytes.
The rpd_columns table is read-only.