Cargando…

SQL tuning /

A poorly performing database application not only costs users time, but also has an impact on other applications running on the same computer or the same network. SQL Tuning provides an essential next step for SQL developers and database administrators who want to extend their SQL tuning expertise a...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Tow, Dan
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA ; Farnham : O'Reilly, 2003.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 1. Introduction
  • 2. Data-Access Basics
  • 3. Viewing and Interpreting Execution Plans
  • 4. Controlling Execution Plans
  • 5. Diagramming Simple SQL Queries
  • 6. Deducing the Best Execution Plan
  • 7. Diagramming and Tuning Complex SQL Queries
  • 8. Why the Diagramming Method Works
  • 9. Special Cases
  • 10. Outside-the-Box Solutions to Seemingly Unsolvable Problems
  • A. Exercise Solutions
  • B. The Full Process, End to End.