学位论文详细信息
Histogram sort with sampling
Parallel sorting;Data partitioning;Sample sort;Histogram sort
Vipul Harsh, - ; Kale ; Laxmikant
关键词: Parallel sorting;    Data partitioning;    Sample sort;    Histogram sort;   
Others  :  https://www.ideals.illinois.edu/bitstream/handle/2142/98144/VIPULHARSH-THESIS-2017.pdf?sequence=1&isAllowed=y
美国|英语
来源: The Illinois Digital Environment for Access to Learning and Scholarship
PDF
【 摘 要 】

Standard parallel sorting algorithms like sample sort rely on data partitioning techniques to distribute keys across processors. The sampling cost in sample sort for good load balance is prohibitive for massive clusters. We describe Histogram sort with sampling, an adaptation of the popular Histogram sort algorithm. We show that Histogram sort with sampling has sound theoretical guarantees and reduces the sample size requirements from O(p log N/epsilon^2) to O(k p sqrt[k]{log p/epsilon}) with k rounds of histogramming w.h.p.. Histogram sort with sampling is more efficient than Sample sort algorithms that achieve the same level of load balance, both in theory and practice, especially for massively parallel applications, scaling to tens of thousands of processors.We also show that an approximate butfairly accurate histogram can be obtained using a O( sqrt {p log N}/epsilon) sample on every processor. This can be used to speed up the histogramming step and can be of independent interest for answering general queries in large parallel processing systems.In our practical implementation, we exploit shared memory within nodes to improve the performance of our algorithm on large modern clusters.

【 预 览 】
附件列表
Files Size Format View
Histogram sort with sampling 506KB PDF download
  文献评价指标  
  下载次数:5次 浏览次数:17次