Biggest performance improvement you've had with the smallest change?
Posted
by JoelFan
on Stack Overflow
See other posts from Stack Overflow
or by JoelFan
Published on 2009-02-13T13:08:12Z
Indexed on
2010/03/08
17:21 UTC
Read the original article
Hit count: 243
What's the biggest performance improvement you've had with the smallest change? For example, I once improved the performance of a certain page on a high-profile web app by a factor of 10, just by moving "where customerID = ?" to a different place inside a complicated SQL statement (before my change it had been selecting all customers in a join, then later selecting out the desired customer).
© Stack Overflow or respective owner