MySQL HeatWave Release Notes
MySQL HeatWave now supports the ABS()
,
POWER()
, and
SIGN()
mathematical functions.
(WL #15246)
MySQL HeatWave now supports the
GROUP_CONCAT()
aggregation
function with variable-length (VARLEN
) string
columns.
(WL #14767)
Change propagation memory management was enhanced to improve MySQL HeatWave shutdown time. (WL #15306)
Query performance was optimized for compressed data. Decompression of data that is queried but does not participate in filter evaluation is delayed until after a filter is applied. With this optimization, decompression is avoided entirely for data that is filtered out. (WL #15169)