Search Results
https://dev.mysql.com/doc/relnotes/heatwave/en/news-9-4-2.html
This enhancement allows for more efficient query optimization by ensuring that ACE models are up-to-date, even when tables are modified. These release notes were created with the assistance of MySQL HeatWave GenAI. MySQL HeatWave GenAI MySQL ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-events.html
Events 16 Events Statuses of actions and operations on MySQL HeatWave on AWS resources are reported as Events. A list of all Events is found on the Service Events pane, accessible from the console's Home page by the following means: The Monitoring ...
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/connector-j/en/connector-j-connp-props-statements.html
This results in better performance when dealing with time zone conversions in Date and Time data types, however it won't be aware of time zone changes if they happen at runtime. Default Value true Since Version 8.0.20 continueBatchOnError Should the ...
https://dev.mysql.com/doc/connector-j/en/connector-j-other-changes.html
Here are other changes with Connector/J 8.0 and beyond: Removed ReplicationDriver. Instead of using a separate driver, you can now obtain a connection for a replication setup just by using the jdbc:mysql:replication:// scheme. See Chapter 4, ...
https://dev.mysql.com/doc/connector-j/en/connector-j-overview.html
MySQL provides connectivity for client applications developed in the Java programming language with MySQL Connector/J. Connector/J implements the Java Database Connectivity (JDBC) API, as well as a number of value-adding extensions of it. MySQL ...
https://dev.mysql.com/doc/connector-j/en/connector-j-properties-changed.html
A complete list of Connector/J 9.5 connection properties are available in Section 6.3, “Configuration Properties”. The following are connection properties that have been changed (removed, added, have their names changed, or have their default ...
https://dev.mysql.com/doc/connector-j/en/connector-j-YEAR.html
How a value in a MySQL YEAR column is handled is controlled by the connection property yearIsDateType: If yearIsDateType is true (the default), YEAR is mapped to the Java data type java.sql.Date. If yearIsDateType is false, YEAR is mapped to the ...
https://dev.mysql.com/doc/refman/8.4/en/alter-table-partition-operations.html
Partitioning-related clauses for ALTER TABLE can be used with partitioned tables for repartitioning, to add, drop, discard, import, merge, and split partitions, and to perform partitioning maintenance. Simply using a partition_options clause with ...
https://dev.mysql.com/doc/refman/8.4/en/alter-user.html
In most cases, ALTER USER requires the global CREATE USER privilege, or the UPDATE privilege for the mysql system schema. ALTER USER permits these resource_option values: MAX_QUERIES_PER_HOUR count, MAX_UPDATES_PER_HOUR count, ... ALTER USER [IF ...