Writing efficient SQL queries

You might be able to rewrite certain SQL statements to enable more efficient access path selection.

Before you begin

Start of changeBefore rewriting existing SQL statements is response to performance problems: Check the organization of the data and the availability and accuracy of the data statistics.End of change

Related reference:
REORG TABLESPACE
RUNSTATS

Related information