In MySQL, I sometimes type "show innodb status" to see that a long-running query is doing something. The bottom has, under "ROW OPERATIONS", a line:
2000.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 2000.00 reads/s
What are the units for these? Records? InnoDB pages? OS disk pages? (Are they the same thing?)