Documentation Home
HeatWave Release Notes
Related Documentation Download these Release Notes
PDF (US Ltr) - 400.3Kb
PDF (A4) - 400.0Kb


HeatWave Release Notes  /  Changes in MySQL HeatWave  /  Changes in MySQL HeatWave 9.5.1 (2025-11-18, General Availability)

Changes in MySQL HeatWave 9.5.1 (2025-11-18, General Availability)

Note

These release notes were created with the assistance of MySQL HeatWave GenAI.

MySQL HeatWave Lakehouse

  • MySQL HeatWave Lakehouse now supports a new datetime_format parameter in JSON Engine Attribute parameters that lets you specify formats for both TIMESTAMP and DATETIME types. This update aligns the configuration experience with SQL Syntax and enhances overall usability.

    For more information, see Dialect Parameters for CSV Files. (WL #17170)

  • MySQL HeatWave Lakehouse now supports specifying stored generated columns when using the CREATE TABLE statement for Lakehouse tables. This feature was introduced in 9.5.0 for DB System tables, and this release extends the ability to specify stored generated columns for Lakehouse tables as well. Using stored generated columns lets you create tables with computed values based on existing columns or constants. This enhancement enables you to perform complex data transformations on data at the time of loading or refreshing data from Object Storage and storing it as part of the table.

    For more information, see Create Tables with Stored Generated Columns. (WL #16995)