Posted on Sunday, 31st May 2009 by Balazs
These ideas are derived and quoted from “Best practices for tuning DB2 UDB v8.1 and its databases”
CREATE INDEX has a number of options that allow for significant performance gains:
Optimizing for SELECT: use PCTFREE 0 if index is on a read-only table.
Optimizing for ascending or descending ordering: use ALLOW REVERSE SCANS to allow for an [...]
Tags: DB2 9.7, IBM, Index
Posted in DB2 | Comments (Comments)