Looking for professional to optimize mysql queries I already track down list of queries which takes very slow to run. Need to optimize them.
Depending on the number of queries, you could post them here and people might be able to help you out that way. Sometimes just looking at a query, it can be optimized. Other queries would need to know the table structure and the relationship(s) between each table.
let queries be posted here and while discussing ways to optimize them, we all will get to learn mysql query optimization.. hope you all will enjoy sharing knowledge like me
I second that. Since this is not the help for hire part of the forum the idea would be to share knowledge. So please give us your: - Queries - DB Schema - DB server and if relevant your table type - Row counts for each table Optional : - Are DB and www seperate servers - Hardware specs for www and db server - Interconnection between www and db server