PDF (US Ltr)
- 0.7Mb
PDF (A4)
- 0.7Mb
Lists the InnoDB Row Activity metrics and provides a brief description of each.
Table 6.15 InnoDB Row Activity Metrics
Name | Description |
---|---|
Row Queries Inside | The number of queries executing inside InnoDB. |
Row Queries Queue | The number of queries in the queue, waiting to enter InnoDB. |
Rows Deleted (Delta) | The number of rows deleted from InnoDB tables. |
Rows Deleted Per Sec (Delta) | The number of rows deleted per second by InnoDB. |
Rows Inserted (Delta) | The number of rows inserted into InnoDB tables. |
Rows Inserted Per Sec (Delta) | The number of rows inserted per second by InnoDB. |
Rows Read (Delta) | The number of rows read from InnoDB tables. |
Rows Read Per Sec (Delta) | The number of rows read per second by InnoDB. |
Rows Updated (Delta) | The number of rows updated in InnoDB tables. |
Rows Updated Per Sec (Delta) | The number of rows updated per second by InnoDB. |