I was wondering whether there is any query
/config
/trick
/etc to know if the innodb_buffer
was used in the fetching of result for last query
.
PS: This is in context of performance tuning, and I don't want to keep things to best guesses, so is there any way to provide a concrete evidence if buffer_pool
was used or a normal db lookup was used.
PPS: I already searched for related terms like
- check if buffer was used mysql
- Innodb buffer used check
- Verify if results loaded from buffer pool or datastore. etc..