Jump to content

MySQL and full table scans?


random1

Recommended Posts

Hey all,

 

I am currently using MONyog to monitor my mySQL databases locally.

 

It advises me that the 'Percentage of full table scans' is at over 73%.

 

It's Thresholds are

Warning = 20

Critical = 40

 

Formula it is using = (Handler_read_rnd_next + Handler_read_rnd) / (Handler_read_rnd_next + Handler_read_rnd + Handler_read_first + Handler_read_next + Handler_read_key + Handler_read_prev)

 

How can I can significantly lower this percentage in mySQL?

 

How do I find out the SQL queries that are performing full table scans?

Link to comment
https://forums.phpfreaks.com/topic/133862-mysql-and-full-table-scans/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.