Documentation Home
Oracle Enterprise Manager for MySQL Database User's Guide
Related Documentation Download this Manual
PDF (US Ltr) - 1.1Mb
PDF (A4) - 1.1Mb


Oracle Enterprise Manager for MySQL Database User's Guide  /  MySQL Instance Metrics  /  Sys Schema Statement Analysis by Total Executions Metrics

6.39 Sys Schema Statement Analysis by Total Executions Metrics

Lists the Sys Schema Statement Analysis by Total Executions metrics and provides a brief description of each.

Table 6.39 Sys Schema Statement Analysis by Total Executions Metrics

NameDescription
Avg LatencyThe average wait time per timed occurrence of the statement.
Avg Time of ExecutionThe average time the statement takes to execute.
DatabaseThe default database for the statement, or NULL if there is none.
DigestThe statement digest.
Error CountThe total number of errors produced by occurrences of the statement.
Exec CountThe total number of times the statement has executed.
First SeenThe time at which the statement was first seen.
Full ScanIndication with a * character if there has been full table scans performed by occurrences of the statement, or empty if none.
Last SeenThe time at which the statement was most recently seen.
Lock LatencyThe total time waiting for locks by timed occurrences of the statement.
Max LatencyThe maximum single wait time of timed occurrences of the statement.
Max Time of ExecutionThe maximum time the statement took to execute.
Min Time of ExecutionThe minimum time the statement took to execute.
QueryThe normalized statement string.
Rows AffectedThe total number of rows affected by occurrences of the statement.
Rows Affected AvgThe average number of rows affected per occurrence of the statement.
Rows ExaminedThe total number of rows read from storage engines by occurrences of the statement.
Rows Examined AvgThe average number of rows read from storage engines per occurrence of the statement.
Rows SentThe total number of rows returned by occurrences of the statement.
Rows Sent AvgThe average number of rows returned per occurrence of the statement.
Rows SortedThe total number of rows sorted by occurrences of the statement.
Select Full JoinNumber of select full joins of the statement.
Select Full Range JoinNumber of select full range joins of the statement.
Select RangeNumber of select ranges of the statement.
Select Range CheckNumber of select range checks of the statement.
Select ScanNumber of select scans of the statement.
Sort Merge PassesThe total number of sort merge passes by occurrences of the statement.
Tmp Disk TablesThe total number of internal on-disk temporary tables created by occurrences of the statement.
Tmp TablesThe total number of internal in-memory temporary tables created by occurrences of the statement.
Tmp Tables Per Query AvgThe average number of internal in-memory temporary tables created by per occurrences of the statement.
Tmp Tables To Disk PctThe percentage of internal in-memory temporary tables that were converted to on-disk tables.
Total LatencyThe total wait time of timed occurrences of the statement.
Total Time of ExecutionThe total time the statement takes to execute.
Warning CountThe total number of warnings produced by occurrences of the statement.