Partially preemptible hash joins

  • Authors:
  • Hwee Hwa Pang;Michael J. Carey;Miron Livny

  • Affiliations:
  • Computer Sciences Department, University of Wisconsin, Madison, Madison, WI;Computer Sciences Department, University of Wisconsin, Madison, Madison, WI;Computer Sciences Department, University of Wisconsin, Madison, Madison, WI

  • Venue:
  • SIGMOD '93 Proceedings of the 1993 ACM SIGMOD international conference on Management of data
  • Year:
  • 1993

Quantified Score

Hi-index 0.00

Visualization

Abstract

With the advent of real-time and goal-oriented database systems, priority scheduling is likely to be an important feature in future database management systems. A consequence of priority scheduling is that a transaction may lose its buffers to higher-priority transactions, and may be given additional memory when transactions leave the system. Due to their heavy reliance on main memory, hash joins are especially vulnerable to fluctuations in memory availability. Previous studies have proposed modifications to the hash join algorithm to cope with these fluctuations, but the proposed algorithms have not been extensively evaluated or compared with each other. This paper contains a performance study of these algorithms. In addition, we introduce a family of memory-adaptive hash join algorithms that turns out to offer even better solutions to the memory fluctuation problem that hash joins experience.