2

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

OMG Ponies
  • 325,700
  • 82
  • 523
  • 502
Victor
  • 21
  • 1

1 Answers1

2

You could find an exhaustive answer on Mysql Site on ORDER BY Optimization.

Julien Hoarau
  • 48,964
  • 20
  • 128
  • 117