Search



Search Results
Displaying 311 to 320 of 1932 total results
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-training-a-recommendation-model.html
Recommendation Training Models As of MySQL 9.5.0: The default recommendation training model is the TwoTower model with Pytorch. In earlier versions, MySQL HeatWave AutoML selects the best model for the task based on the available models. After ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-using-ssl.html
For SSL support to work, you must have the following: A MySQL server that supports SSL, and compiled and configured to do so. Note that MySQL servers 5.7 and up, when compiled with OpenSSL, can automatically generate missing SSL files at startup and ... Connector/J can encrypt all data communicated between the JDBC driver and the server (except for the initial handshake) using ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-spring-config-transactional.html
Spring allows us to add transactions into our code without having to deal directly with the JDBC classes. For that purpose, Spring provides a transaction management package that not only replaces JDBC transaction management, but also enables ...
https://dev.mysql.com/doc/refman/8.4/en/binary-log-setting.html
You can select the binary logging format explicitly by starting the MySQL server with --binlog-format=type. In MySQL 8.4, binary logging is enabled by default, and is disabled only if you start the server with --skip-log-bin or --disable-log-bin.
https://dev.mysql.com/doc/refman/8.4/en/charset-syntax.html
Character set issues affect not only data storage, but also communication between client programs and the MySQL server. There are default settings for character sets and collations at four levels: server, database, table, and column. The ...
https://dev.mysql.com/doc/refman/8.4/en/create-tablespace.html
MySQL NDB Cluster also supports tablespaces using the NDB storage engine. The rounding just described is done explicitly, and a warning is issued by the MySQL Server when any such rounding is performed. Has no effect in any release of MySQL NDB ...
https://dev.mysql.com/doc/refman/8.4/en/enterprise-encryption-configuring.html
MySQL Enterprise Encryption lets you limit keys to a length that provides adequate security for your requirements while balancing this with resource usage. Key Length Limits The amount of CPU resources required by MySQL Enterprise Encryption's key ...You can also configure the functions provided by the component_enterprise_encryption component to support decryption and verification for content produced by the old openssl_udf shared library ...
https://dev.mysql.com/doc/refman/8.4/en/explain-output.html
The EXPLAIN statement provides information about how MySQL executes statements. It lists the tables in the output in the order that MySQL would read them while processing the statement. This means that MySQL reads a row from the first table, then ...EXPLAIN returns a row of information for each table used in the SELECT ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-fault-tolerance.html
MySQL Group Replication builds on an implementation of the Paxos distributed algorithm to provide distributed coordination between servers. As such, it requires a majority of servers to be active to reach quorum and thus make a decision. This has ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-message-compression.html
Compression for messages sent in the group happens at the group communication engine level, before the data is handed over to the group communication thread, so it takes place within the context of the mysql user session thread. For messages sent ...
Displaying 311 to 320 of 1932 total results