I have a table containing brick and mortar shops. The table is about 15 million rows with 30 columns.
For now, the query time to retrieve a shop when the user types the name of the shop is about 15 to 20 seconds (we display an autocomplete list so the user can directly select from the list).
I would like to reach a query time of 2-3 seconds so users don't feel frustrated.
What are the actions I should take to reach this goal? (I am currently on Linode with a MySql database... maybe being on Simple DB would help?)