The time it takes a MySQL query to run is a reflection of a number of different factors, from the efficiency of the table design and the size of the fields involved to the number of records the query returns. If you find your MySQL query is running m...