I don't believe you can explicitly : there is no DB or DBM CFG parameter to do this. The reason why you are getting page reorgs is because DB2 is "repacking" the data on the page because the data being written back is a different length to that read.
Is this causing you a major performance problem ? I can't say I seen this in any site I've worked at.
If you really want to eliminate page reorgs, and don't mind wasting space then change the varchars to chars. On mainframe DB2 you could also play with the FREEPAGE and FREESPACE tablespace parameters to ensure you only got one row per page (again that wasted space, but was sometimes worth it, for example to reduce contention).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.