On producing join results early

  • Authors:
  • Jens-Peter Dittrich;Bernhard Seeger;David Scot Taylor;Peter Widmayer

  • Affiliations:
  • University of Marburg, Marburg, Germany;University of Marburg, Marburg, Germany;ETH Zürich, Zürich, Switzerland;ETH Zürich, Zürich, Switzerland

  • Venue:
  • Proceedings of the twenty-second ACM SIGMOD-SIGACT-SIGART symposium on Principles of database systems
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

Support for exploratory interaction with databases in applications such as data mining requires that the first few results of an operation be available as quickly as possible. We study the algorithmic side of what can and what cannot be achieved for processing join operations. We develop strategies that modify the strict two-phase processing of the sort-merge paradigm, intermingling join steps with selected merge phases of the sort. We propose an algorithm that produces early join results for a broad class of join problems, including many not addressed well by hash-based algorithms. Our algorithm has no significant increase in the number of I/O operations needed to complete the join compared to standard sort-merge algorithms.