Page access scheduling in join processing

  • Authors:
  • Andrew Lim;Jennifer Lai-Pheng Kwan;Wee-Chong Oon

  • Affiliations:
  • School of Computing, National University of Singapore, 10, Kent Ridge Crescent, Singapore 119260;DSO National Laboratories, 20 Science Park Drive, Singapore 118230;School of Computing, National University of Singapore, 10, Kent Ridge Crescent, Singapore 119260

  • Venue:
  • Proceedings of the eighth international conference on Information and knowledge management
  • Year:
  • 1999

Quantified Score

Hi-index 0.00

Visualization

Abstract

The join relational operation is one of the most expensive among database operations. In this study, we consider the problem of scheduling page accesses in join processing. This raises two interesting problems: 1) determining a page access sequence that uses the minimum number of buffer pages without any page reaccesses, and 2) determining a page access sequence that minimizes the number of page reaccesses for a given buffer size. We use a graph model to represent the pages from the relations that contain tuples to be joined, and present new heuristics for the two problems based on the sort-merge join and the simple TID algorithm. Our experimental results show that the new heuristics perform well.