Search Results
                    
                    
            https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-rpd-nodes-table.html
                                The rpd_nodes table has these columns: ID A unique identifier for the MySQL AI Engine (AI engine). If a query starts and finishes in the four seconds between refreshes, the memory used by the query is not accounted for in the reported value. 
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-rpd-table-id-table.html
                                 The rpd_table_id table provides the ID, name, and schema of the tables loaded in the MySQL AI Engine. The rpd_table_id table has these columns: ID A unique identifier for the table. 
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-rpd-tables-table.html
                                 The rpd_tables table provides the system change number (SCN) and load pool type for tables loaded in the MySQL AI Engine (AI engine). The rpd_tables table has these columns: ID A unique identifier for the table. The SCN is an internal number that ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-metrics.html
                                 The ML_TRAIN routine includes the optimization_metric option, and the ML_SCORE routine includes the metric option. Both of these options define a metric that must be compatible with the task type and the target data. precision_k: An Oracle ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-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 Grant Other Users Access to a Model. ML_MODEL_IMPORT Overview MySQL AI supports the import of AutoML and ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-train.html
                                 Run the ML_TRAIN routine on a training dataset to produce a trained machine learning model. Before training models, make sure to review the following: Additional AutoML Requirements Supported Data Types for AutoML Train a Model Machine Learning Use ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-testing.html
                                 The Connector/J source code repository or packages that are shipped with source code include an extensive test suite, containing test cases that can be executed independently. The test cases are divided into the following categories: Unit tests: ...
                                            
                https://dev.mysql.com/doc/internals/en/creating-index-keys.html
                                 As part of every table-write operation (INSERT, UPDATE, DELETE), the storage engine is required to update its internal index information. The method used to update indexes will vary from storage engine to storage engine, depending on the method ...
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-advisors-wiki-format.html
                                 When editing or defining an advisor, you can enter text in Wiki format in the Problem Description, Advice, Recommended Action, and Links and Further Reading text boxes. You can format and highlight text and add hyperlinks, using the notation listed ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-vector-store-overview.html
                                 This section describes the Vector Store functionality available in MySQL HeatWave. About Vector Store MySQL HeatWave vector store is a relational database that lets you load unstructured data to MySQL HeatWave Lakehouse. It automatically parses ...