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


MySQL HeatWave User Guide  /  ...  /  VARLEN Encoding and Performance

2.13.1.4 VARLEN Encoding and Performance

  • The presence of VARLEN-encoded VARCHAR or CHAR columns does not affect table load performance.

  • Table load and change propagation operations perform more slowly on VARLEN-encoded TEXT-type columns than on VARLEN-encoded VARCHAR columns.

  • There are two main differences with respect to HeatWave result processing for variable-length encoding compared to dictionary encoding:

    • A dictionary decode operation is not required, which means that fewer CPU cycles are required.

    • Because VARLEN-encoded columns use a larger number of bytes than dictionary-encoded columns, the network cost for sending results from HeatWave to the MySQL DB System is greater.