(Contents)(Previous)(Next)

Costs of a SELECT Statement

How can the overhead needed for SELECT statements be calculated?

The EXPLAIN statement can be used to calculate the expenditure for SELECTs. The applied search strategy is also displayed.


(Contents)(Previous)(Next)