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...
Main Author: | |
---|---|
Format: | eBook |
Language: | Inglés |
Published: |
Beijing :
O'Reilly
2003.
|
Edition: | First edition |
Subjects: | |
See on Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009626965606719 |
Table of Contents:
- 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.