A matching-based algorithm for page access sequencing in join processing

  • Authors:
  • Andrew Lim;Oon Wee Chong;Chi Chi-Hung

  • Affiliations:
  • Department of Computer Science, National University of Singapore, 3 Science Drive 2, Singapore 117543;Department of Computer Science, National University of Singapore, 3 Science Drive 2, Singapore 117543;Department of Computer Science, National University of Singapore, 3 Science Drive 2, Singapore 117543

  • Venue:
  • Journal of Systems and Software
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

One of the fundamental problems in relational database management is the handling of the join operation. Two of the problems are: (1) finding a page access sequence which requires the minimum number of buffer pages if there are no page reaccesses; and (2) finding a page access sequence which requires the minimum number of page reaccesses given a fixed buffer size, In general, a heuristic for the first problem can be converted to a corresponding heuristic to the second problem.In this paper, a new heuristic is proposed. The experimental results show that the new heuristic performs significantly better than existing heuristics for data which is modelled with geometric graphs, and no worse in others, for the first problem. It performs similarly better for the second problem if the fixed buffer size is not much less than the maximum buffer size generated in the first problem.