Oracle Enterprise Manager for MySQL Database
This dashboard summarizes table statistics. By default, rows are sorted by descending total wait time (tables with most contention first).
Table 5.10 Per Table Statistics Dashboard
Name | Description |
---|---|
Table Name | The table name. |
Table Schema | The schema that contains the table. |
Delete Latency | The total wait time of timed delete I/O events for the table. |
Fetch Latency | The total wait time of timed read I/O events for the table. |
Insert Latency | The total wait time of timed insert I/O events for the table. |
IO Misc Latency | The total wait time of miscellaneous I/O requests for the table. |
IO Misc Requests | The total number of miscellaneous I/O requests for the table. |
IO Read | The total number of bytes read from the table. |
IO Read Latency | The total wait time of reads from the table. |
IO Read Requests | The total number of read requests for the table. |
IO Write | The total number of bytes written to the table. |
IO Write Latency | The total wait time of writes to the table. |
IO Write Requests | The total number of write requests for the table. |
Rows Deleted | The total number of rows deleted from the table. |
Rows Fetched | The total number of rows read from the table. |
Rows Inserted | The total number of rows inserted into the table. |
Rows Updated | The total number of rows updated in the table. |
Total Latency | The total wait time of timed I/O events for the table. |
Update Latency | The total wait time of timed update I/O events for the table. |