Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-limitations.html
The following limitations apply to Lakehouse. For MySQL HeatWave limitations, see Section 11.2.1, “MySQL HeatWave Limitations”. ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-metadata-queries-memory-usage.html
To view the memory usage for each MySQL HeatWave node: mysql> SELECT ID, MEMORY_USAGE, MEMORY_TOTAL, BASEREL_MEMORY_USAGE FROM performance_schema.rpd_nodes; +----+--------------+--------------+----------------------+ | ID | MEMORY_USAGE | ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-metadata-queries-node-status.html
To view the status of each MySQL HeatWave node: mysql> SELECT ID, STATUS FROM performance_schema.rpd_nodes; +----+---------------+ | ID | STATUS | +----+---------------+ | 0 | AVAIL_RNSTATE | | 1 | AVAIL_RNSTATE | +----+---------------+ For column ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-routines.html
MySQL HeatWave AutoML routines reside in the MySQL sys schema.
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-0-26-u2.html
CAST() of FLOAT and DOUBLE values to DECIMAL (Bug #33163625, Bug #33138534, WL #14714) The new hw_data_scanned global status variable tracks the total cumulative megabytes scanned by successfully executed MySQL HeatWave queries. The number of ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-0-28-u1.html
Functionality Added or Changed MySQL HeatWave now supports up to 1017 columns for base relations (tables as loaded into MySQL HeatWave), and up to 1800 columns for intermediate relations (intermediate tables used during query processing). The ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-0-32-u2.html
MySQL HeatWave AutoML MySQL HeatWave AutoML now supports unsupervised anomaly detection, which is the data mining task that finds unusual patterns in data.
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-8-0-31-2.0.7.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added AWS S3 support, a feature added in MySQL Shell 8.0.30. (Bug #34624864) The dumpOptions definition defined in a MySQL Backup request was ignored. This extends the ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-8-0-34-2.0.11.html
This release contains no functional changes, aside from the standard MySQL Shell upgrade to match the MySQL Operator for Kubernetes version.
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-8-0-35-2.0.12.html
This release contains no functional changes, aside from the standard MySQL Shell upgrade to match the MySQL Operator for Kubernetes version.