in reply to very huge mysql request
In similar problems I most always found that rewriting the SQL to natively return only one record (without needing to do a sorting operation followed by a LIMIT 1) gave me generally better performance.
CountZero
"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law
|
|---|