Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hw-varlen-encoding.html
Variable-length (VARLEN) encoding has the following characteristics: Supports all character sets and collation types supported by the DB System, and expressions with non-boolean types. Variable-length encoding is automatically applied when tables ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-model-export.html
Use this routine to export a model from the model catalog to a user defined table. MySQL 9.0.0 also introduces support for large models that changes how MySQL HeatWave AutoML stores models. To learn how to use ML_MODEL_EXPORT to share models, see ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-model-import.html
Use the ML_MODEL_IMPORT routine to import a pre-trained model into your model catalog. To learn how to use ML_MODEL_IMPORT to share models, see Share a Model. ML_MODEL_IMPORT Overview ML_MODEL_IMPORT Syntax ML_MODEL_IMPORT Parameters Syntax ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-model-sharing.html
This topic describes how to grant other users access to a model you create. Before You Begin Share Your Models Export the Model to Share Set Up Other User with Required Privileges Import Shared Model Run AutoML Routines on Imported Model What's ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-creating-lakehouse-data-mapping.html
Creating Lakehouse Mapping 9.2 Creating Lakehouse Mapping For MySQL HeatWave Lakehouse to process data in Amazon S3, it needs to first map the data in files on S3 to a MySQL HeatWave Lakehouse table. Once the S3 data is provided, the schema for the ...
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-usagenotes-troubleshooting.html
Connector/J will then use that setting, if characterEncoding and connectionCollation have not been set in the connection string. This section explains the symptoms and resolutions for the most commonly encountered issues with applications using ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-13.html
(Before this change, the server must have character_set_server=utf8mb4 for Connector/J to use that character set.) Also, if the connection property connectionCollation is also set and is incompatible with the value of characterEncoding, ... Version ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-16.html
(Bug #29384853) The collation utf8mb4_zh_0900_as_cs has been added to the CharsetMapping class. Version 8.0.16 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0, ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-17.html
(WL #13125) Added support for the utf8mb4_0900_bin collation, which is now supported by MySQL Server 8.0.17. Version 8.0.17 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server ...