next up previous
Next: Optimal Deterministic Sorting on Up: EXTERNAL MEMORY ALGORITHMS, I/O Previous: Large-Scale Sorting in Uniform

   
Optimal Deterministic Sorting on Parallel Disks

M. H. Nodine and J. S. Vitter. ``Optimal Deterministic Sorting on Parallel Disks.'' An earlier and shortened version appears in Proceedings of the 5th Annual ACM Symposium on Parallel Algorithms and Architectures (SPAA '93), Velen, Germany, June-July 1993, 120-129.

Full text (Adobe pdf format)

We present a load balancing technique that leads to an optimal deterministic algorithm called Balance Sort for external sorting on multiple disks. Our measure of performance is the number of input/output (I/O) operations. In each I/O, each of the D disks can simultaneously transfer a block of data. Our algorithm improves upon the randomized optimal algorithm of Vitter and Shriver as well as the (non-optimal) commonly-used technique of disk striping. It also improves upon our earlier merge-based sorting algorithm in that it has smaller constants hidden in the big-oh notation, and it is possible to implement using only striped writes (but independent reads). In a companion paper, we show how to modify the algorithm to achieve optimal CPU time, even on parallel processors and parallel memory hierarchies.


next up previous
Next: Optimal Deterministic Sorting on Up: EXTERNAL MEMORY ALGORITHMS, I/O Previous: Large-Scale Sorting in Uniform
Jeff Vitter
2008-07-05