Performance problems are often caused by poorly formed SQL statements.
Tag Archives: database
Don’t put queries in loops.
Poorly designed database queries are the leading cause of performance problems.
Keep out of the loop.
This is a simple database optimization many people overlook.
Use maps.
They’re a good tool for complex queries.