Optimising a MYSQL query that uses LIKE %search% on joined tables
I have a MySQL query that searches through a zipcode database for city names. The query takes about 4 seconds, to search through 620,000 zipcodes. I would like ideas how I can make this faster. First, the tables: I have…