Message Text: |
Query optimizer timed out for table &1 |
Cause Text: |
The query optimizer timed out before it could consider all indexes
built over the table. This is not an error condition. The query optimizer
may time out in order to minimize optimization time. The query can be run
in debug mode (STRDBG) to see the list of
indexes which were considered during optimization. The table number refers
to the relative position of this table in the query. |
Recovery Text: |
To ensure an index is considered for optimization, specify the logical
file of the index as the table to be queried. The optimizer will first consider
the index of the logical file specified on the SQL select statement. Note
that SQL created indexes cannot be queried. An SQL index can be deleted and
recreated to increase the chances it will be considered during query optimization.
Consider deleting any indexes no longer needed. |