Type of Change |
Fixed Length |
Variable Length |
Primary key value changed |
Primary key index must be resorted to accommodate new position of primary key. |
Same as for fixed. |
Secondary key value changed |
Secondary key index must be resorted to accommodate new position of secondary key. |
Same as for fixed. |
Record length increases |
Can not happen. |
Reference field in primary key index must be changed to new byte offset of record. |
Record length decreases |
Can not happen. |
Record not moved: no change.
Record is moved: reference field primary index must be changed to new byte offset of record.
|