Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-explainers.html
mysql> CALL sys.ML_EXPLAIN ('table_name', 'target_column_name', model_handle, [options]); The following example generates a model explanation on the trained and loaded model with the shap model explainer. mysql> CALL ... After the ML_TRAIN routine, ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-onnx-metadata.html
To learn more about model metadata in the model catalog, see Model Metadata. ONNX Inputs Info Use the data_types_map to map the data type of each column to an ONNX model data type. For example, to convert inputs of the type tensor(float) to ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-scoring-a-forecasting-model.html
However, the target column needs to be in the table to generate a valid score value. mysql> CALL sys.ML_SCORE(table_name, target_column_name, model_handle, metric, score, [options]); Replace table_name, target_column_name, model_handle, metric, ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-0-24.html
SELECT statements where the SELECT query is offloaded to MySQL HeatWave and the result set is inserted into a table on the MySQL Database Service instance. Functionality Added or Changed Comparison of different temporal type values is now supported. For example, a query that compares DATE values to TIMESTAMP values can now be offloaded to MySQL ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-0-26-u1.html
Data removed from MySQL HeatWave when a table is unloaded is removed from OCI Object Storage in a background operation. MySQL HeatWave Network Layer MySQL HeatWave Data Management Layer Functionality Added or Changed MySQL HeatWave Network Layer ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-0-32-u1.html
(WL #15511) Functionality Added or Changed The rpd_tables table now supports recovery time measurement with RECOVERY_SOURCE, RECOVERY_START_TIMESTAMP and RECOVERY_END_TIMESTAMP. MySQL HeatWave AutoML Functionality Added or Changed MySQL HeatWave ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-1-0-u4.html
(WL #15802) MySQL HeatWave Lakehouse MySQL HeatWave Lakehouse now uses schema inference to create an external table, see Load Structured Data Using Lakehouse Auto Parallel Load. MySQL HeatWave AutoML MySQL HeatWave Lakehouse Functionality Added or ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-2-0.html
(WL #15628) MySQL HeatWave now supports full-table aggregation and group-by support for the following temporal data types: DATE TIME DATETIME TIMESTAMP YEAR MySQL HeatWave now supports the following functions with temporal data types: SUM() AVG() ...
https://dev.mysql.com/doc/heatwave-aws/en/autopilot-index-advisor.html
The workload needs to have a minimum set of five queries that were executed against the tables in a user schema. Autopilot Index Advisor 11 Autopilot Index Advisor Autopilot Index Advisor provides secondary index suggestions to improve the ...
https://dev.mysql.com/doc/heatwave-aws/en/ha-limitations.html
Limitations for High Availability 12.9 Limitations for High Availability A high availability DB system has certain limitations. You can access the MySQL instance that functions as the primary instance only. You cannot access the other two secondary ...