Search Results
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-importing-data.html
Importing Data 7 Importing Data You can import data to a DB System in MySQL HeatWave on AWS. If your data is present in a MySQL instance running on-premises, in other cloud vendors as managed or unmanaged services, or another MySQL HeatWave on AWS ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-importing-data1.html
Importing Data 7.2 Importing Data Use either of the following features to import data from an Amazon S3 bucket: Data import: Use the data import feature in the Console to import MySQL Shell dump and text files from Amazon S3 bucket. Bulk ingest: ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-supported-shapes.html
The MySQL HeatWave.16GB node shape may not have enough memory for training on large data sets. If you see error messages about this (such as ML003024), use the larger shape instead. Supported Shapes 3.1.1 Supported Shapes MySQL HeatWave on AWS ...
https://dev.mysql.com/doc/heatwave-aws/en/mysql-server-plugins-components.html
MySQL Enterprise Thread Pool Implements a thread pool that increases server performance by efficiently managing statement execution threads for large numbers of client connections. Plugins and Components 3.1.2.6 Plugins and Components The following ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-x-protocol-and-x-devapi.html
Setting this option to "PREFERRED" or "REQUIRED" enables compression algorithm negotiation between Connector and Server, and turns on compression of large X Protocol packets, as long as a consensus is reached between client and server regarding the ...If the property is not set, the mechanism is chosen depending on the connection type: "PLAIN" is used for TLS connections and "SHA256_MEMORY" or "MYSQL41" is used for unencrypted ...
https://dev.mysql.com/doc/refman/8.4/en/backup-policy.html
A full backup (a snapshot of the data at a point in time) can be done in MySQL with several tools. For example, MySQL Enterprise Backup can perform a physical backup of an entire instance, with optimizations to minimize overhead and avoid disruption ...
https://dev.mysql.com/doc/refman/8.4/en/backup-types.html
This type of backup is suitable for large, important databases that need to be recovered quickly when problems occur. Physical backup tools include the mysqlbackup of MySQL Enterprise Backup for InnoDB or any other tables, or file system-level ...
https://dev.mysql.com/doc/refman/8.4/en/can-not-connect-to-server.html
It is safe to reduce TIME_WAIT greatly on LAN connections because there is little chance of packets arriving at very long delays, as they could through the Internet with its comparatively large distances and latencies. A MySQL client on Unix can ...
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-replication.html
Using the clone plugin for provisioning is considerably faster and more efficient than replicating a large number of transactions. In addition to cloning data, a cloning operation extracts replication coordinates from the donor and transfers them to ...
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin.html
Using the clone plugin for provisioning is considerably faster and more efficient than replicating a large number of transactions (see Section 7.6.7.7, “Cloning for Replication”). The clone plugin permits cloning data locally or from a remote ...