You can denormalize columns to eliminate frequent joins using column denormalization.
In this example, you want to have the division name printed on the pay slip of each employee, however, you do not want to create a join between those tables.
You can denormalize columns in order to have column Div_Name in table PaySlip:
Column denormalization eliminates joins for many queries, however it requires more maintenance and disk space.
You can move and paste a denormalized column into another model or package in the standard way.
You can revert a column denormalization by deleting the duplicated column from the target table property sheet. This automatically removes the column replica. Note that you cannot revert a column denormalization by deleting a column replica from the list of replications.
The Column Denormalization Wizard lets you duplicate columns in a selected table. The result is a replica of the original column in the target table.
For more information about object replicas, see Core Features Guide > Linking and Synchronizing Models > Shortcuts and Replicas.