August 2012
Intermediate to advanced
1416 pages
33h 39m
English
Partitions are most effective when the partition key is a column often used to select a range of data so that a query has a good chance to address only one of the segments, such as the following:
The common factor among each strategy is that each enables the querying of smaller sets of data. Instead of the queries searching the entire data set, only the necessary data are queried.
In the access of data, the greatest bottleneck is reading the data from the drive. The primary benefit of partitioning tables is that a smaller partitioned table can have a greater percentage of the table cached in memory.
You can consider partitioning from two perspectives:
Read now
Unlock full access