Search Results
                    
                    
            https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterjtableexception.html
                                 ClusterJTableException is used for reporting all "Table Not Found" conditions in Cluster/J. This includes "Table Not Found" with no associated errors, as when Cluster/J attempts to get metadata for a named table, but the named table is not defined ...
                                            
                https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-innodbfulltext-category.html
                                Table 7.15 InnoDB Fulltext Configuration Metrics NameDescriptionAux Table Specifies the qualified name of an InnoDB table containing a FULLTEXT index. Num Word Optimize Number of words to process during each OPTIMIZE TABLE operation on an InnoDB ...
                                            
                https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-replicationreplica-category.html
                                Table 7.29 Replication Replica Configuration Metrics NameDescriptionAllow Batching Enabled Whether or not batched updates are enabled on replication replicas. Source Server Inv Uuid The uuid from the source mysql.inventory table, generated by MySQL ... Lists the Replication Replica configuration metrics and provides a brief description of ...
                                            
                https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-mysqlserver-handleractivity-category.html
                                Table 6.8 Handler Activity Metrics NameDescriptionCommit (Delta) The number of internal COMMIT statements. Delete (Delta) The number of times that rows have been deleted from tables. External Lock (Delta) The server increments this variable for each ... Lists the Handler Activity metrics and provides a brief description of ...
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-qanal-using-performance-schema.html
                                Because of this, the Max Latency statistic that is reported per a normalized statement within Query Analyzer is actually the maximum since either the MySQL Server started, or since a TRUNCATE TABLE ... Query Analyzer data is automatically collected ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-advisor-unload.html
                                 Unload Advisor recommends tables to unload, reducing MySQL HeatWave memory usage. The recommendations are based upon when the tables were last queried. Run Unload Advisor For Advisor to recommend tables to unload, the tables must be loaded in MySQL ...To enable Unload Advisor, specify the auto_unload option in recommend ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-defining-secondary-engine.html
                                Defining Secondary Engine For each table that you want to load into MySQL HeatWave Cluster, you must define the MySQL HeatWave query processing engine (RAPID) as the secondary engine for the table. Then, the MySQL HeatWave query processing engine ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-insert-select.html
                                 This topic describes how to run a SELECT query and insert the results into a target table using the INSERT ... The target table can be an InnoDB table and does not need to use a secondary engine. The SELECT table is loaded in MySQL HeatWave, and ...
                                            
                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. ML_MODEL_EXPORT Overview After you run ML_MODEL_EXPORT, the output table has these columns and formats: chunk_id: INT AUTO_INCREMENT PRIMARY KEY model_object: ...
                                            
                https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-0-31.html
                                 MySQL HeatWave AutoML Functionality Added or Changed MySQL HeatWave AutoML MySQL HeatWave AutoML queries are now monitored and recorded in the Performance Schema tables rpd_query_stats and rpd_exec_stats. A new column notes has been added to the ...