Documentation Home
HeatWave User Guide
Related Documentation Download this Manual
PDF (US Ltr) - 3.8Mb
PDF (A4) - 3.8Mb


HeatWave User Guide  /  ...  /  String Column Encoding

5.8.1 String Column Encoding

MySQL HeatWave supports two string column encoding types:

  • Variable-length encoding: This is the default encoding type. It applies to string columns by default when tables are loaded with the exception of string columns defined explicitly as dictionary-encoded columns.

  • Dictionary encoding: This is suited for string columns with a low number of distinct values relative to the cardinality of the table.

To use dictionary encoding, you must define the encoding type explicitly for individual string columns. See Section 5.8.1.4, “Encoding String Columns”.