views:

47

answers:

2

Are there any guidelines to write the optimized queries in MySQL ?

+1  A: 

Optimizing Queries with EXPLAIN, mysql website

10 Tips for Optimizing MySQL Queries (That don’t suck)

Optimizing MySQL: Queries and Indexes

try googling "MySQL optimized queries" , and check dev.mysql.com

Mervin