Search Results
https://dev.mysql.com/doc/relnotes/heatwave/en/news-9-3-0.html
Important As of MySQL 9.3.0, to help you generate better quality embeddings, MySQL HeatWave GenAI uses multilingual-e5-small as the default embedding model for encoding documents in all supported languages including English. This enables you to ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-backup-restoring.html
IAM roles: Data Import role ARN: If you want to import data with Console, specify the role ARN. Restoring a Backup to a New DB System 18.4 Restoring a Backup to a New DB System When you restore a backup, you create a new DB System and restore the ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-disabling-enabling-channel.html
For more information, see Choosing a Method for Data Snapshots and Importing Data. Disabling or Enabling a Channel 8.6.1 Disabling or Enabling a Channel Disabling a channel pauses the replication and enabling a channel resumes the replication.
https://dev.mysql.com/doc/heatwave-aws/en/mysql-server-storage-engines.html
If you intend to migrate to MySQL HeatWave on AWS, and are not currently using the InnoDB storage engine, your data must be converted to use the InnoDB storage engine before the data is imported. MySQL Storage Engines 3.1.2.5 MySQL Storage Engines ...
https://dev.mysql.com/doc/connector-j/en/connector-j-opentelemetry.html
OpenTelemetry is a set of APIs, libraries, agents, and instrumentation to provide observability for applications and their interactions with one another. It enables developers to instrument their code so that they can export observability data ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-statements-callable.html
Notice that you have to use JDBC escape syntax, and that the parentheses surrounding the parameter placeholders are not optional: Example 7.4 Connector/J: Using Connection.prepareCall() import java.sql.CallableStatement; ... For more information on ...
https://dev.mysql.com/doc/refman/8.4/en/alter-table-examples.html
If it is important to have the same order on the source and replica, the rows must be ordered before assigning an AUTO_INCREMENT number. For NDB tables, it is also possible to change the storage type used for a table or column. row ...
https://dev.mysql.com/doc/refman/8.4/en/analyze-table.html
When innodb_stats_persistent is enabled, it is important to run ANALYZE TABLE after major changes to index column data, as statistics are not recalculated periodically (such as after a server restart). When sampling user data as part of building a ...ANALYZE [NO_WRITE_TO_BINLOG | LOCAL] TABLE tbl_name UPDATE HISTOGRAM ON col_name [, col_name] ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-installation.html
Important By default, rule-based audit log filtering logs no auditable events for any users. This section describes how to install or uninstall MySQL Enterprise Audit, which is implemented using the audit log plugin and related elements described ...
https://dev.mysql.com/doc/refman/8.4/en/backup-methods.html
Also, even if the server is not actively updating data, InnoDB may still have modified data cached in memory and not flushed to disk.) For an example of this backup method, refer to the export and import example in Section 15.2.6, “IMPORT TABLE ...