The use of indexes to assist with large blocks of tables, data may have considerable impact on reducing MySQL query execution and, thus, overall CPU overhead. Non-indexed tables are nothing more than unordered lists; hence, the MySQL engine much search them from starting to end. This may have little impact when working with small tables, but may dramatically affect search time for larger tables.