Start of change

Testing temporary storage usage with the query governor

The predictive storage governor specifies a temporary storage limit for database queries. You can use the query governor to test if a query uses any temporary object to run the query, such as a hash table, sort or temporary index.

To test for a temporary object's usage, do the following:

Related information
Print SQL Information (PRTSQLINF) command
Change Query Attributes (CHGQRYA) command
End of change