|
We noticed that when trying to perform a mysqldump on a MariaDB server running a TPCC benchmark, there was a huge spike in rows read even though the dump took a long time.
| timestamp |
Rows_read |
Uptime |
| 2020-04-22 09:01:11.888041 |
1216156692 |
1591609 |
| 2020-04-22 09:01:16.953039 |
1216156692 |
1591614 |
| 2020-04-22 09:01:22.023961 |
2545979866 |
1591619 |
| 2020-04-22 09:01:27.092528 |
2545982976 |
1591625 |
This is closely related to this issue but with a different status variable.
Performance schema is turned on in that database if that is useful for debugging the issue.
|