![]() |
|
No such thing as a small change | |
PerlMonks |
Re: A profiling surprise ...by dragonchild (Archbishop) |
on May 23, 2008 at 20:35 UTC ( #688218=note: print w/replies, xml ) | Need Help?? |
There is an art to making DB-bound applications run efficiently. The short of it is "Index, index, index".
Now, another solution would be to construct your data such that the hit pileups can be detected as part of a SQL query. This isn't as hard as it sounds. Take a look at the MySQL function COALESCE(). My criteria for good software:
In Section
Seekers of Perl Wisdom
|
|