0
Answered

what is mysql expression metric mean?

Damon Taylor 9 years ago updated by Ilya (Here to help) 9 years ago 2
Does this mean the no of queries? Or something else?
Under review
Hi,

Each mysql expression metric measure the own value. Example:
Heavy join rate - it's a percent of heavy (full join, range check and scan) operations
On-disk temporary table rate - it's a percent of temporary tables that was placed on disk instead of memory
Query cache miss rate - it's a percent of select operations which missed query cache
Innodb buffer pool usage - it's a percent of innodb pool usage