Oracle Cost-Based Optimizer Basics

Comments 0

Share to social media

This video and set of resources is a follow up to the webinar broadcast by Red Gate on 11 Apr 2012.

The video above is accompanied by the following downloadable resources:

When it comes to writing efficient queries there are a few key concepts that need to be understood. One of them is the Oracle Cost-Based Optimizer (CBO). Although it’s called a cost-based optimizer it’s actually not the cost we need to focus on primarily to understand why the optimizer makes certain decisions.

In this webinar, you will learn the basics of the CBO, see why it is crucial that the optimizer’s picture of the data fits reality, why cardinality and selectivity estimates matter so much, and which key concepts the optimizer’s model surprisingly doesn’t cover (yet).

Live demos throughout the presentation will enable you to see the CBO in action, and you will learn about leading the optimizer in the right direction when your knowledge of the data is better than the optimizer’s.

A live Q+A session with Randolf Geist follows the presentation.

Load comments

About the author

Randolf Geist's contributions