Chapter 7 Denormalizing a PDM
Vertical partitioning consists in segmenting a table into multiple tables each containing a subset of columns and the same number of rows as the partitioned table. The partition tables share the same primary key.
The table Customer contains the following columns:
This table can be divided in two tables corresponding to different aspects of the table. You can use the Vertical Partitioning Wizard to split the table as follows:
Vertical partitioning allows queries to scan less data thus improves the query response time. It also allows you to split data requiring different levels of protection, you can store confidential information in a special partition.
However, vertical partitioning also implies to:
Copyright (C) 2005. Sybase Inc. All rights reserved. |
![]() |