Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-table-syntax-sql.html
mysql> CREATE EXTERNAL TABLE table_1( col_1 text) FILE_FORMAT = (FORMAT csv FIELDS ESCAPED BY '') FILES = (URI = 'oci://mybucket@mynamespace/data_files/data_file_1.csv'); The value loads as: {"doc1":{\"doc2\":22}}. mysql> CREATE EXTERNAL TABLE ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-supported-data-types.html
String and text data types: CHAR VARCHAR TEXT TINYTEXT MEDIUMTEXT LONGTEXT VECTOR BINARY (as of MySQL 9.6.1). For string and text data type limitations, see Section 11.2.1.1, “Data Type Limitations”. Columns with unsupported data types must be ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-train.html
To review supported embedding models in MySQL HeatWave, run the following query: SELECT sys.ML_LIST_LLMS(); and see models that have capabilities with TEXT_EMBEDDINGS. mysql> CALL sys.ML_TRAIN('topic_modeling_data.text_types_train', NULL, ... Run ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-9-0-0.html
MySQL HeatWave AutoML MySQL HeatWave Autopilot MySQL HeatWave GenAI MySQL HeatWave Lakehouse MySQL HeatWave Functionality Added or Changed MySQL HeatWave AutoML MySQL HeatWave AutoML has increased the maximum model size from 900MB. The MySQL ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-9-1-0.html
MySQL HeatWave GenAI MySQL HeatWave Lakehouse MySQL HeatWave MySQL HeatWave GenAI MySQL HeatWave GenAI now lets you extract and encode text from images stored in unstructured documents using Optical Character Recognition (OCR). The extracted text ...(WL #16474) MySQL JavaScript Stored Programs now include a new GenAI API that you can use to call different MySQL HeatWave GenAI routines using JavaScript ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-genai-languages.html
Supported Languages 14.2.5 Supported Languages As of MySQL 9.0.1-u1, MySQL HeatWave GenAI supports natural-language communication, ingesting documents, as well as generating text-based content in multiple languages. The quality of the generated ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-type-conversions.html
MySQL Connector/J is flexible in the way it handles conversions between MySQL data types and Java data types. In general, any MySQL data type can be converted to a java.lang.String, and any numeric type can be converted to any of the Java numeric ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-information-commands.html
Similarly, on Windows, you can create a batch file using Notepad or another text editor, copy the same get commands as shown previously into it, and save it as get-attributes.bat in a convenient location such as the Windows desktop. Online help is ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-3-0.html
Version 8.3.0 is a new GA release of MySQL Connector/J. MySQL Connector/J 8.3.0 supersedes 8.2 and is recommended for use on production systems. This release can be used against MySQL Server version 8.0 and later. It supports the Java Database ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-file-formats.html
<AUDIT_RECORD> <TIMESTAMP>2019-10-03T14:09:38 UTC</TIMESTAMP> <RECORD_ID>6_2019-10-03T14:06:33</RECORD_ID> <NAME>Query</NAME> <CONNECTION_ID>5</CONNECTION_ID> <STATUS>0</STATUS> <STATUS_CODE>0</STATUS_CODE> <USER>root[root] @ localhost ... Important ...