Skip to main content

Parallel Join

  • Chapter
  • First Online:
A Course in In-Memory Data Management
  • 1501 Accesses

Abstract

Join procedures are cost intensive tasks even for in-memory databases. As today’s systems introduce more and more parallelism, intra-operator parallelization moves into focus. This chapter discusses possible schemes to parallelize a hash-join algorithm, as described in Chap. 19.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 74.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 99.00
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

References

  1. C. Kim, T. Kaldewey, V.W. Lee, E. Sedlar, A.D. Nguyen, N. Satish, J. Chhugani, A. Di Blas, P. Dubey, Sort vs. Hash revisited: fast join implementation on modern multi-core CPUs, in VLDB, 2009

    Google Scholar 

  2. S. Manegold, P. Boncz, M. Kersten, Optimizing main-memory join on modern hardware. IEEE Trans. Knowl. Data Eng. 19, 412–426 (2008)

    Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Hasso Plattner .

Self Test Questions

Self Test Questions

 

  1. 1.

    Parallelizing Hash-Join Phases

    What is the disadvantage when the probing phase of a join algorithm is parallelized and the hashing phase is performed sequentially?

    1. (a)

      Sequentially performing the hashing phase introduces inconsistencies in the produced hash values

    2. (b)

      The algorithm still has a large sequential part that limits its potential to scale

    3. (c)

      The sequential hashing phase will run slower due to the large resource utilization of the parallel probing phase

    4. (d)

      The table has to be split into smaller parts, so that every core, which performs the probing, can finish.

Rights and permissions

Reprints and permissions

Copyright information

© 2013 Springer-Verlag Berlin Heidelberg

About this chapter

Cite this chapter

Plattner, H. (2013). Parallel Join. In: A Course in In-Memory Data Management. Springer, Berlin, Heidelberg. https://doi.org/10.1007/978-3-642-36524-9_23

Download citation

Publish with us

Policies and ethics