Optimize MYSQL Query with Order by
        Posted  
        
            by Victor
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Victor
        
        
        
        Published on 2010-06-18T09:20:04Z
        Indexed on 
            2010/06/18
            9:23 UTC
        
        
        Read the original article
        Hit count: 382
        
Hello,
I have seen mysql queries with order by runs slow.
Is there any specific way to optimize queries which use order by ?
Queries without order by run very fast but with order by its always runs slow.
if any one suggest any thing on this as general solutions.
Thank You
© Stack Overflow or respective owner