0% found this document useful (0 votes)
16 views

0 Query Tuning Introduction m00 Introduction Slides

Uploaded by

Orcun Iyigun
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

0 Query Tuning Introduction m00 Introduction Slides

Uploaded by

Orcun Iyigun
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

Introduction to Query Tuning

Pinal Dave
http://blog.sqlauthority.com

Vinod Kumar M
http://blogs.extremeexperts.com
Performance Tuning
is a journey not a
destination !!!
Getting Started

 Understand Execution Plan


 Query Designing and Re-writing
 Essential Indexing Techniques
 Identify Resource bottlenecks
 Avoiding Pitfalls
Simple Flow Chart
Start

Slow Performance

Performance Tuning

End
Real Pie Chart

Hardware Execution
Plan

Server Query
Configuration Designing

Common Indexing
Mistakes Techniques

Resource
Bottlenecks
Real Pie Chart

Hardware Execution
Plan

Server Query
Configuration Designing

Common Indexing
Mistakes Techniques

Resource
Bottlenecks
Query Processing and Optimization

Parsing

Binding

Optimization

Execution
Query Processing and Optimization

 Cost Based Optimizer


 Disk IO Cost
 CPU Cost

 Memory Cost – Very insignificant

 Indexes
 Query Algorithms
 Query Optimization
 Query Evaluation

Introduction to Query Processing and Optimization


Michael L. Rupley, Jr. | Indiana University at South Bend
Demo

 Sample Query
 Execution Plan
 Query Cost

You might also like