Previous Topic: Vertically Partition a Table with a TransformationNext Topic: Horizontally Partition a Table with a Transformation


Using a Transformation to Horizontally Partition a Table

When a table is extremely large and you need to query some of the rows more often than the rest, you can apply a transformation and horizontally partition a table. When you horizontally partition a table, you divide the rows in a table across several smaller tables. Normally, you horizontally partition a table to:

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

Horizontal Partitioning Wizard

To horizontally partition a table, select a single table in a model, and click the Horizontal Partition Horizontal Partition transformation icon icon on the Transformations toolbar. Use the Horizontal Partitioning Wizard to:

Result of Horizontally Partitioning a Table

When you click Horizontal Partition to horizontally partition a table, you:

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

More information:

Horizontally Partition a Table with a Transformation