Search Results
                    
                    
            https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-localization.html
                                 If this is the first time launching the MySQL Enterprise Monitor User Interface, you must set your time zone and locale. Setting the time zone ensures that you have an accurate time reference for any notifications from the MySQL Enterprise Advisors. Warning Set the time zone (and the system clock) correctly because this setting affects how MySQL Enterprise Service Manager's graphs display ...
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-reports-processes-ref.html
                                Note This graph is displayed only if a MySQL instance is selected in the All Targets drop-down menu.  The Processes report lists the processes currently running on the selected MySQL instance, with their Thread ID, User, and so on. Note This report ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/dynamic-sql.html
                                 A quoting function exists to escape SQL names and identifiers. Session.quoteName() escapes the identifier given in accordance to the settings of the current connection. Note The quoting function must not be used to escape values. Use the value ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/using-sql.html
                                 In addition to the simplified X DevAPI syntax of the Session object, the Session object has a sql() function that takes any SQL statement as a string. The following example uses a Session to call an SQL Stored Procedure on the specific node. 
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/working-with-prepared-statements.html
                                When a Client resets the Session (by using, for example, Mysqlx.Session.Reset), the prepared statements are dropped.  X DevAPI improves performance for each CRUD statement that is executed repeatedly by using a server-side prepared statement for its ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/dynamic-sql.html
                                 A quoting function exists to escape SQL names and identifiers. Session.quoteName() escapes the identifier given in accordance to the settings of the current connection. Note The quoting function must not be used to escape values. Use the value ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/using-sql.html
                                 In addition to the simplified X DevAPI syntax of the Session object, the Session object has a sql() function that takes any SQL statement as a string. The following example uses a Session to call an SQL Stored Procedure on the specific node. 
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/working-with-prepared-statements.html
                                When a Client resets the Session (by using, for example, Mysqlx.Session.Reset), the prepared statements are dropped.  X DevAPI improves performance for each CRUD statement that is executed repeatedly by using a server-side prepared statement for its ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-advisor-auto-indexing.html
                                Autopilot Indexing generates recommendations to add and drop indexes and also includes: An estimate of the overall workload performance benefit, An estimate of the overall storage footprint impact.  Autopilot Indexing obtains workloads from the ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-autopilot-index-advisor-report-table.html
                                 When Autopilot Indexing runs, it sends detailed output to the autopilot_index_advisor_report table in the sys schema. The autopilot_index_advisor_report table is a temporary table that contains data from the last execution of Autopilot Indexing.