Search Results
                    
                    
            https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-advisors-thresholds.html
                                For example, the expression for the performance advisor, “Thread Cache Size May Not Be Optimal”, is: 100-((%Threads_created% / %Connections%) * 100) < THRESHOLD The THRESHOLD is set at 95% for an Info level alert, 85% for a Warning alert, and ...
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-events.html
                                Warning: The event is something to investigate and schedule for correction, but does not immediately affect the operation of your server, such as free space on a disk, or a table cache is inadequately sized.  Advisors generate events if one, or ...
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-files-server-log.html
                                All log files except catalina-daemon.out are rotated to ensure they do not grow beyond 10MB in size.  This section shows the location of the log files associated with the various components that make up MySQL Enterprise Service Manager. The ...
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-sm-gui-installer.html
                                 This section describes how to install MySQL Enterprise Service Manager using the Installation Wizard. Note On UNIX and Linux platforms, ensure the installer is executable before you begin. Important It is recommended to install MySQL Enterprise ...
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/quan-advisor-ref.html
                                Window Size: duration of the moving average window over which monitoring is done. Growth Rate Thresholds: percentage growth rate of the running statements during the defined moving average window. Average Statement Execution Time Advisor Monitors ...
                                            
                https://dev.mysql.com/doc/heatwave/en/heatwave-status-variables.html
                                Column-level statistics are collected for tables on the MySQL DB System during a cluster size estimate. Data is tracked in megabytes and is a cumulative total of data scanned since the MySQL HeatWave Cluster was last started. The counter is reset to ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-about-heatwave.html
                                This automated, self-managing storage layer scales to the size required for your MySQL HeatWave Cluster and operates independently in the background.  MySQL HeatWave is a fully-managed cloud service that enables organizations to efficiently run ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-advisor-auto-indexing-examples.html
                                 To evaluate all user defined schemas: mysql> CALL sys.autopilot_index_advisor(NULL); To evaluate selected schemas: mysql> CALL sys.autopilot_index_advisor(JSON_OBJECT('target_schema',JSON_ARRAY('schema1','schema2', ...))); An example of the output ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-advisor-syntax.html
                                memory_gain_ascending: Whether to rank the unload table suggestions in ascending or descending order based on the table size. Produces summarized output and sends it to stdout and to the heatwave_autopilot_report table. The silent output type is ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-requirements.html
                                 To use MySQL HeatWave GenAI, you need the following: A MySQL HeatWave DB system that meets the following requirements: The MySQL HeatWave DB system must be version 9.0.0 - Innovation or higher. For more information, see Creating a DB system and ...