Previous Topic: Roll Down a Subtype Relationship with a TransformationNext Topic: Vertically Partition a Table with a Transformation


Using a Transformation to Vertically Partition a Table

When a table is extremely large and you need to query some of the column values more often than the rest, you can apply a transformation and vertically partition a table. When you vertically partition a table, you remove columns from one table and place them into another table. Normally, you vertically partition a table to:

Before you vertically partition a table, you need to identify the queries used most frequently.

Vertical Partitioning Wizard

To vertically partition a table, select a single table in a model, and click the Vertical Partition Vertical Partition transformation icon icon on the Transformations toolbar. You use the Vertical Partitioning Wizard to:

Result of Vertically Partitioning a Table

When you click Vertical Partition to vertically partition a table, you:

Important! Once you apply the Vertical Partition transformation, it cannot be reversed. While in the current modeling session however, you can undo the action.

More information:

Vertically Partition a Table with a Transformation

Using a Transformation to Resolve a Many-to-Many Relationship