| | | Optimizing database queries 1. The importance of efficient SQL 2. Streamlining SELECT statements 3. Eliminating any unnecessary ORDER BY clauses 4. Watching for complex SELECTs 5. Eliminating or reducing duplicate requests for the same data 6. Considering indexes 7. Handling results sets 8. Section summary
|