The rpd_columns
table provides column
encoding information for columns of tables loaded in HeatWave.
The rpd_columns
table has these columns:
-
TABLE_ID
A unique identifier for the table.
-
COLUMN_ID
A unique identifier for the table column.
-
NDV
The number of distinct values in the column.
-
ENCODING
The type of encoding used.
-
DATA_PLACEMENT_INDEX
The 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 2.7.2, “Defining Data Placement Keys”. NULL indicates that the column is not defined as a data placement key. For a
DATA_PLACEMENT_INDEX
query that identifies columns with data placement keys, see Section 2.16, “Metadata Queries”. -
DICT_SIZE_BTYES
The dictionary size per column, in bytes.
The rpd_columns
table is read-only.