|
Any query interface on the iSeries (SQL, Query/400, OPNQRYF, etc) would
have the same behavior of running faster on the second time if objects stay
resident in memory.
Not sure why you don't think that SETOBJACC isn't working to clear objects,
but that would be the preferred method over the CLRPOOL command. With
SETOBJACC, you also need to remember to clear out any indexes or keyed
logical files used by the query optimizer in the implementation of your
query.
|