Managing HWM
.
1. Wholy Transient (operations) tables/indices
Description: tables that get created for a particular process, are used, then thrown away once the process is complete.
Symptoms: large amounts of storage are allocated, often above the HWM due to the type of load process that created the table, resulting in a new HWM, and if another table allocates a permanent segment above that new HWM, even though the transient object gets released, the HWM does not shift down accordingly.