You can find out additional information about Explain and how its output can help you make performance evaluations of a particular SQL statement in the IBM® manual, DB2 Application Programming and SQL Guide. A partial list of the key issues you should attempt to resolve for long-running or often-used SQL is shown next.
An index was available for the table that was accessed, but no matching columns were found.
This situation is often a result of a difference in the length of the data item in the program and the length of the column in the DB2 table.
Sequential Prefetch reads multiple pages of a table into the buffer pool with a single I/O operation.
This situation significantly reduces delays for SQL access when large amounts of data are accessed.
List Prefetch is a way of accessing data pages efficiently.
List Prefetch can be used in conjunction with either single or multiple index access.
Parallel operations specify that pages of a partitioned table might be prefetched by using multiple I/O streams.
This solution improves access significantly.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |