Search Results
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-0-31.html
(WL #14449) DDL statements such as ALTER TABLE, RENAME TABLE, and TRUNCATE TABLE are now permitted on a table that has RAPID defined as the secondary engine. MySQL HeatWave AutoML Functionality Added or Changed MySQL HeatWave AutoML MySQL HeatWave ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-1-0-u4.html
(WL #15539) Functionality Added or Changed MySQL InnoDB on MySQL HeatWave now has support for a bulk load extension to the LOAD DATA statement. MySQL HeatWave AutoML MySQL HeatWave Lakehouse Functionality Added or Changed MySQL HeatWave AutoML The ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-2-0-u1.html
(WL #16011) Functionality Added or Changed MySQL HeatWave secondary engine now supports the QUALIFY clause to use with SELECT statements. MySQL HeatWave Lakehouse Functionality Added or Changed MySQL HeatWave Lakehouse MySQL HeatWave Lakehouse now ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-3-0-u2.html
(WL #16023) MySQL HeatWave secondary engine now supports the TABLESAMPLE clause to use with SELECT statements. MySQL HeatWave AutoML MySQL HeatWave Lakehouse Functionality Added or Changed MySQL HeatWave AutoML MySQL HeatWave AutoML adds prediction ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-4-0.html
(WL #16070) MySQL InnoDB on MySQL HeatWave includes a bulk load extension to the LOAD DATA statement. MySQL HeatWave Lakehouse Functionality Added or Changed MySQL HeatWave Lakehouse MySQL HeatWave Lakehouse now supports primary key and unique key ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-9-3-0.html
For more information, see Bulk Ingest Data Type Support (WL #16510) MySQL HeatWave now supports the use of the ANALYZE TABLE statement to update statistics for tables loaded into the MySQL HeatWave Cluster. Note These release notes were created ...
https://dev.mysql.com/doc/heatwave-aws/en/creating-iam-policy-genai.html
{ "Version": "2012-10-17", "Statement": [ { "Sid": "AuthenticatedInvokeModelBedrockPolicy", "Action": [ "bedrock:InvokeModel" ], "Effect": "Allow", "Resource": [ "arn:aws:bedrock:us-east-1::foundation-model/meta.*", ... Creating an IAM Policy to ...
https://dev.mysql.com/doc/heatwave-aws/en/creating-iam-role-genai.html
Specify the following trust policy:{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "sts:AssumeRole", "Principal": { "AWS": "612981981079" }, "Condition": { "StringLike": { "sts:ExternalId": "<IDDetails>" } } } ] }See Manage ... Creating an IAM Role to Access Amazon Bedrock LLMs 21.5.4 Creating an IAM Role to Access Amazon Bedrock LLMs Use the AWS Management Console to create an IAM role for MySQL HeatWave GenAI to access Amazon Bedrock ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-connecting-mysql-client.html
Connecting with MySQL Command-Line Client 5.2.2 Connecting with MySQL Command-Line Client This topic describes how to connect to a MySQL DB System using a MySQL Command-Line Client. Prerequisites: A machine or compute instance with internet ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-create-repl-user.html
Run the following SQL command to create a replication user, and to permit only encrypted connections for all accounts named by the statement. Creating a Replication User On a Source Server 8.4 Creating a Replication User On a Source Server The ...