Hi,
I am just curious when a row format in a data page, change in db2.
Because from the information center V9.7:
A REORG-recommended operation has occurred when changes resulting from an ALTER TABLE statement affect the row format of the data. When this occurs, most subsequent operations on the table are restricted until a table
reorganization operation completes successfully.
Because when a drop column operation occurs on a table, a reorg reccomended operation is required, whereas when a add column operation occurs, a reorg recommended operation is not necessary. But I would think that when either on of the two(add column or drop column) operation occurs on a table, row format would change, and a reorg is necessary.
But db2 puts the table in reorg pending state only when a drop column operation occurs or in some other scenarios when the data type of a column is changed. So in what way these operations are different from adding columns to a table scenario.
Please help me understand this concept.
Thanks for your help.
I am using DB2 LUW V9.5,9.7.
Raghu.