Search Results
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/understanding-automatic-document-ids.html
Important X Plugin is not aware of the data inserted into the collection, including any manual document IDs you use. This sections describes in detail how document IDs are generated and how to interpret them. X DevAPI relies on server-based ...
https://dev.mysql.com/doc/heatwave/en/heatwave-system-variables.html
Defines the amount of memory available for the MySQL HeatWave plugin, in bytes. Most MySQL HeatWave variable settings are managed by OCI and cannot be modified directly. bulk_loader.data_memory_size Command-Line Format ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-byo-embedding-tables.html
As of MySQL 9.2.1, MySQL HeatWave GenAI lets you use tables containing your own vector embedding to run retrieval-augemented generation (RAG) with vector search. The ML_RAG and ML_RAG_TABLE routines let you specify the table column names to use as ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-rag.html
The ML_RAG routine runs retrieval-augmented generation which aims to generate more accurate responses for your queries. As of MySQL 9.2.1, for context retrieval, the ML_RAG routine uses the name of the embedding model used to embed the input query ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-rpd-query-stats-table.html
The rpd_query_stats table stores query compilation and execution statistics produced by the MySQL HeatWave plugin in JSON format. For MySQL HeatWave AutoML routines that include multiple sub-queries, such as ML_TRAIN, a new record is used for each ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-error-messages.html
Each error message includes an error number, SQLSTATE value, and message string, as described in Error Message Sources and Elements. Error number: ML001016; SQLSTATE: HY000 Message: Only classification, regression, and forecasting tasks are ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-monitoring.html
mysql> SELECT VARIABLE_NAME, VARIABLE_VALUE FROM performance_schema.global_status WHERE VARIABLE_NAME LIKE 'rapid_ml_status'; +-----------------+----------------+ | VARIABLE_NAME | VARIABLE_VALUE | +-----------------+----------------+ | ... You can ...
https://dev.mysql.com/doc/heatwave-aws/en/dbsystems-mysql-server.html
MySQL Server Versions Server Upgrades Server Error Logging Unsupported MySQL Server Features MySQL Storage Engines Plugins and Components MySQL Enterprise Audit MySQL HeatWave on AWS Service Restrictions Default MySQL Privileges Reserved User Names ... MySQL Server 3.1.2 MySQL Server This section describes various aspects of MySQL Server including versioning, upgrades, error logging, unsupported features, and ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-events.html
Events 16 Events Statuses of actions and operations on MySQL HeatWave on AWS resources are reported as Events. A list of all Events is found on the Service Events pane, accessible from the console's Home page by the following means: The Monitoring ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-heatwave-clusters.html
The MySQL DB System includes a MySQL HeatWave plugin that is responsible for cluster management, query scheduling, and returning query results to the MySQL DB System. MySQL HeatWave Clusters 4 MySQL HeatWave Clusters This chapter describes how to ...