Show TOC

PerformanceLocate this document in the navigation structure

Use

The configuration of your database has a significant impact on performance.

Internally, the database system transforms SQL statements to speed up their processing. The SQL optimizer then selects the best access strategy.

More Information