statement_performance_analyzer
This diagnostic procedure creates a report of the statements currently running or recently run on the server, aiding in performance troubleshooting.
Syntax
statement_performance_analyzer(in_action,in_table, in_views)
# in_action ENUM('snapshot', 'overall', 'delta', 'create_tmp',
'create_table', 'save', 'cleanup')
# in_table VARCHAR(129)
# in_views SET ('with_runtimes_in_95th_percentile', 'analysis',
'with_errors_or_warnings', 'with_full_table_scans',
'with_sorting', 'with_temp_tables', 'custom')Description
Last updated
Was this helpful?

