This question relates to DB2 v7.1 on z/OS
We have conditional reorgs in place in our system and they work on the default values of OFFPOSLIMIT/ INDREFLIMIT = 10 for the tablespaces and on LEAFDIST = 200 for the indexes.
On certain tables, however, the OFFPOSLIMIT values look like they're under control while the corresponding INDREFLIMIT & LEAFDIST values appear to be shooting through the roof. On these tables, typically, there's substantial activity happening through batch processing.
As such, we're ending up reorging the tablespace (based on OFFPOSLIMIT) on the conditional reorgs since the index was out of shape.
Does this sound like a case of low freespace (we're using PCTFREE=10, FREEPAGE=0) on the indexes?