Cost estimation for queries

At run time, the optimizer chooses an optimal access method for the query by calculating an implementation cost based on the current state of the database. The optimizer models the access cost of each of the following:

The cost of a particular method is the sum of:


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]