Chapter 19. Data Partitioning

Data partitioning is the process of dividing, or partitioning, a table into smaller, more manageable pieces. Data partitioning exists in two forms: horizontal partitioning and vertical partitioning. Horizontal partitioning is where a table with a large number of rows is split into multiple partitions, each with the same number of columns but fewer rows. Vertical partitioning is where a table with a large number of columns or very large columns is split into multiple partitions, each with the same number of rows but fewer columns.

Vertical partitioning appears ...

Get Microsoft® SQL Server™ 2005 Administrator's Companion now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.