Home Publications edited volumes Awards Research Teaching Miscellaneous Full CV [pdf] BLOG
Events
Past Events
|
Publications of Torsten Hoefler
C. Barthels, Timo Schneider, Ingo Mueller, Gustavo Alonso, Torsten Hoefler:
| | Distributed Join Algorithms on Thousands of Cores
(Vol 10, Nr. 5, In Proc. VLDB Endow., presented in Munich, Germany, pages 517--528, VLDB Endowment, ISSN: 2150-8097, Aug. 2017)
AbstractTraditional database operators such as joins are relevant not
only in the context of database engines but also as a first step
in many computational and machine learning algorithms.
With the advent of big data, there is an increasing demand
for join algorithms that can scale with the hardware infrastructure suitable to those use cases. Although often studied
in the literature, there is little work done on scaling joins
to the thousands of CPU cores and potentially hundreds
of machines currently used in high performance computing
systems or data centers.
In this paper, we explore the implementation of distributed
joins in systems with several thousand cores and low-latency
networks. We compare radix hash join to sort-merge join
algorithms and discuss their implementation at this scale.
While some existing techniques can be used, large-scale distributed computations required different tools. In the paper, we explain how to effectively employ MPI to implement
joins, show the impact and advantages of RDMA, discuss
the importance of network scheduling, and study the relative performance of sorting vs. hashing. The experimental
results show that the algorithms we present scale well with
the number of cores but are not as efficient as they could be
given the resources available.
Documentsdownload article:
| | BibTeX | @article{join-millions-cores, author={C. Barthels and Timo Schneider and Ingo Mueller and Gustavo Alonso and Torsten Hoefler}, title={{Distributed Join Algorithms on Thousands of Cores}}, year={2017}, month={Aug.}, pages={517--528}, volume={10}, number={5}, booktitle={Proc. VLDB Endow.}, location={Munich, Germany}, publisher={VLDB Endowment}, issn={2150-8097}, source={http://www.unixer.de/~htor/publications/}, } |
|
|