Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-using-an-anomaly-detection-model.html
To generate predictions, use the sample data from the two anomaly detection datasets: credit_card_train and training_data. Both datasets have labeled and unlabeled rows, but only the dataset for semi-supervised learning uses this for training. The ...
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-ml-rag-table.html
fail_on_embedding_error: if set to true, stops the batch processing of input queries and throws an error in case an error is encountered for an input row. If set to false, allows the batch processing to partially fail for rows where errors are ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-3-0.html
Schema inference adjusts this schema to prevent possible errors during data loading. MySQL HeatWave Lakehouse Functionality Added or Changed MySQL HeatWave Lakehouse MySQL HeatWave Lakehouse extends Auto Parallel Load support for external tables ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-9-4-0.html
(WL #16898) MySQL HeatWave now supports enhanced offload debuggability by introducing significant enhancements, including unified error handling and improved integration with MySQL Shell. This enhancement gives you access to more informative error ... Note MySQL HeatWave User Guide has been restructured and improved to provide better visibility of high-level ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-creating-channel.html
Raise an error : Raise an error when replicating a CREATE TABLE or ALTER TABLE transaction with no primary keys. Needs Attention if the channel encounters any error while enabling it. Creating a Channel 8.5 Creating a Channel Note:In MySQL ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-dbsystem-details.html
FAILED: An error condition prevented the creation or continued operation of the DB System. FAILED: An error condition prevented the creation or continued operation of the MySQL HeatWave Cluster. FAILED: An error condition prevented the creation or ... MySQL DB System Details 3.5.1 MySQL DB System Details The MySQL DB System Details page has the following ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-hw-details.html
FAILED: An error condition prevented the creation or continued operation of the MySQL HeatWave Cluster. FAILED: An error condition prevented the creation or continued operation of the DB System. FAILED: An error condition prevented the creation or ... MySQL HeatWave Cluster Details 4.3.1 MySQL HeatWave Cluster Details The MySQL HeatWave Cluster information page contains the following tabs: Table 4-2 Tabs on the MySQL HeatWave Cluster Details Page Name Description Details MySQL HeatWave Cluster ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-privatelink-details.html
PrivateLink Details 6.3.5.1 PrivateLink Details The PrivateLink Details page has the following tabs: Table 6-3 Tabs on the PrivateLink Details Page Name Description Details Details of the PrivateLink. Endpoints (for Egress PrivateLinks only) ...
https://dev.mysql.com/doc/connector-j/en/connector-j-config-failover.html
A failover happens when connection-related errors occur for an underlying, active connection. The connection errors are, by default, propagated to the client, which has to handle them by, for example, recreating the working objects (Statement, ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-j2ee-concepts-load-balancing-failover.html
An example where this might be useful is when dealing with transient errors when using MySQL Cluster, where certain buffers may become overloaded. The following code snippet illustrates this: public class NdbLoadBalanceExceptionChecker extends ...