DB2 Utilities: REORG, RUNSTATS, LOAD, UNLOAD
Understand the core DB2 maintenance utilities and why they must run on a regular operational cadence for healthy performance.
DB2 tables and their indexes degrade in physical organization over time as rows are inserted, updated, and deleted, and a small set of standard utilities exist specifically to address this — knowing what each one does and when to run it is essential day-two-operations knowledge that interviewers expect from anyone claiming production DB2 experience.
REORG is like reshelving a library's books back into proper order after a busy semester of returns being shoved onto whatever shelf had space; RUNSTATS is updating the library's card catalog to reflect how many books are actually on each shelf now; skipping RUNSTATS after a REORG is like reshelving perfectly but never telling the front desk, so they keep sending patrons to the old locations.