Round Robin ( cyclic in HPF/Scientific Computing Notation)
-
data scattered
-
cannot locate specific records
|
Hashing ( scattered decomposition in HPF style)
-
scatters the data
-
can locate specific records
-
danger of data skew
|
Range Partitioning (block cyclic in HPF style)
-
data not scattered
-
can locate specific records
-
danger of data skew
-
ÒrelatedÓ data can be clustered
|