Search Results
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-hw-intro.html
MySQL HeatWave 1.1 MySQL HeatWave MySQL HeatWave is a massively parallel, high performance, in-memory query accelerator that accelerates MySQL performance by orders of magnitude for analytics and mixed workloads. With MySQL HeatWave, you can ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-hw-queries.html
Running MySQL HeatWave Queries 10.1 Running MySQL HeatWave Queries When a MySQL HeatWave Cluster is enabled and the data you want to query is loaded in MySQL HeatWave, queries that qualify are automatically offloaded from the MySQL DB System to the ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-mysql-cluster-perf-data.html
HeatWave Dataset Size The size of the dataset loaded on the MySQL HeatWave Cluster. Dictionaries for dictionary-encoded string columns are stored on the MySQL DB System node. For more information, see String Column Encoding Reference, in the MySQL ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-sign-overview.html
Sign-up Overview 2.2.1 Sign-up Overview The sign-up process for MySQL HeatWave on AWS consists of the following major steps Create an Oracle Cloud Free Tier Account, if you do not already have one. Enable the MySQL HeatWave on AWS service in your ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-viewing-tenancy-ocid.html
Viewing OCID of the Tenancy 21.4 Viewing OCID of the Tenancy Use the Oracle Cloud Infrastructure (OCI) Console to view and copy the OCID of the tenancy. Do the following to view and copy the OCID of the tenancy: Open the Oracle Cloud Infrastructure ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/index.html
Abstract This document contains release notes for the changes in each release of MySQL Operator for Kubernetes. For additional MySQL Operator for Kubernetes documentation, see MySQL Operator for Kubernetes. Updates to these notes occur as new ...
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-8-1-0-2.1.0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed The cron jobs created by scheduled backups reference an operator image, and this operator image version now gets updated. (WL #15583) Added metric provider support for each ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-high-availability-and-clustering.html
autoReconnect Should the driver try to re-establish stale and/or dead connections? If enabled the driver will throw an exception for queries issued on a stale or dead connection, which belong to the current transaction, but will attempt reconnect ...The use of this feature is not recommended, because it has side effects related to session state and data consistency when applications don't handle SQLExceptions properly, and is only designed to be used when you are unable to configure your application to handle SQLExceptions resulting from dead and stale connections ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-performance-extensions.html
callableStmtCacheSize If 'cacheCallableStmts' is enabled, how many callable statements should be cached? Default Value 100 Since Version 3.1.2 metadataCacheSize The number of queries to cache 'ResultSetMetadata' for if 'cacheResultSetMetaData' is ...
https://dev.mysql.com/doc/connector-j/en/connector-j-installing-maven.html
You can also use Maven dependencies manager to install and configure the Connector/J library in your project. However, if you do not want to use the X DevAPI features, you may also want to add a dependency exclusion to avoid linking the unneeded ...