Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-predictions.html
Predictions are generated by running ML_PREDICT_ROW or ML_PREDICT_TABLE on trained models. The row or table of data must have the same feature columns as the data used to train the model. ML_PREDICT_TABLE generates predictions for an entire table ...If the target column exists in the data to run predictions on, it is not considered during prediction ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-0-28-u3.html
Functionality Added or Changed Tables that have become stale due to a change propagation failure resulting from an out-of-code error are now automatically reloaded. A check for stale tables is performed periodically when the MySQL HeatWave Cluster ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-4-0.html
When you set this parameter to true, a validation for primary key and unique key constraints occurs only during the initial load of a table. (WL #16098) MySQL HeatWave Auto Parallel Load and Auto Unload now support a table inclusion list, as well as ... MySQL HeatWave Lakehouse Functionality Added or Changed MySQL HeatWave Lakehouse MySQL HeatWave Lakehouse now supports primary key and unique key constraint validation with the check_constraints ...
https://dev.mysql.com/doc/heatwave-aws/en/mysql-shell.html
dumpTables(): A table export utility that dumps selected tables of a schema to an Amazon S3 bucket, OCI Object Storage, or local files. About MySQL Shell 7.1.1 About MySQL Shell MySQL Shell dump and load utilities are built for use with MySQL DB ...
https://dev.mysql.com/doc/heatwave-aws/en/mysql-version-support-schedule.html
MySQL Version Support Schedule in MySQL HeatWave Service 3.1.2.1.4 MySQL Version Support Schedule in MySQL HeatWave Service Each MySQL version is released on its Available Date on MySQL HeatWave on AWS and is deprecated sometime before it is made ...
https://dev.mysql.com/doc/connector-j/en/connector-j-exceptions-changes.html
Applications that used to catch the removed exceptions should now catch the corresponding exceptions listed in Table 4.3 below. Note Some of these Connector/J 5.1 exceptions are duplicated in the com.mysql.jdbc.exception.jdbc4 package; that is ...
https://dev.mysql.com/doc/refman/8.4/en/charset-collation-information-schema.html
String columns in INFORMATION_SCHEMA tables have a collation of utf8mb3_general_ci, which is case-insensitive. However, for values that correspond to objects that are represented in the file system, such as databases and tables, searches in ...For ...
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-replication.html
For a list of what is included in each table, see Section 19.2.4.2, “Replication Metadata Repositories”. In addition to cloning data, a cloning operation extracts replication coordinates from the donor and transfers them to the recipient, which ...
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-stop.html
On the recipient MySQL server instance, you can retrieve the processlist identifier (PID) for a cloning operation from the PID column of the clone_status table. If necessary, you can stop a cloning operation with a KILL QUERY processlist_id ...
https://dev.mysql.com/doc/refman/8.4/en/connection-compression-control.html
For source/replica replication connections, the configured compression algorithms and compression level are available from multiple sources: The Performance Schema replication_connection_configuration table has COMPRESSION_ALGORITHMS and ...