MySQL 8.0.32 deprecates the
heatwave_load_reportandheatwave_advisor_reporttables, and replaces them with theheatwave_autopilot_reporttable in thesysschema. A future release will remove them. (Bug #34727481)
-
MySQL 8.0.32 introduces a number of changes for MySQL HeatWave AutoML routines:
The routines:
ML_PREDICT_ROW,ML_PREDICT_TABLE,ML_EXPLAIN_ROW, andML_EXPLAIN_TABLEnow include theml_resultscolumn, which usesJSONformat to return the results.The routines:
ML_PREDICT_ROW,ML_PREDICT_TABLE,ML_EXPLAIN_ROW, andML_EXPLAIN_TABLEnow allow additional columns that are not required for prediction or explanation.The routines:
ML_PREDICT_ROW, andML_PREDICT_TABLEnow allow anoptionsparameter inJSONformat.The
ML_TRAINroutine also runs theML_EXPLAINroutine with the default Permutation Importance model.
(WL #15420)
MySQL 8.0.32 introduces progress tracking for
ML_TRAIN. Use a second MySQL Client window to track the progress ofML_TRAINwith calls to the performance schema. It also introduces therapid_ml_operation_countstatus variable. (WL #15384)
-
MySQL HeatWave now supports the following encryption and compression functions:
(WL #15283)
-
MySQL HeatWave now supports the following mathematical functions:
(WL #15256)