Optimizing MySQL: Queries and Indexes
Feb 27, 2005 MySQL, Web Development
Found a good article that helps explain how to use MySQL Indexes in your database tables. Databases are great, but if they are large and you do not have your-indexes-in-a-row they can slow down to a crawl. Have not had any problems with the HHR db, but this should help speed it up and prevent any problems in the future.
Leave a Reply