Estimating page fetches for index scans with finite LRU buffers

  • Authors:
  • Arun Swami;K. Bernhard Schiefer

  • Affiliations:
  • IBM Research Division, Almaden Research Center, 650 Harry Road, San Jose, CA;IBM Toronto Laboratory, 1150 Eglinton Ave. East, Toronto, Ontario, Canada M3C 1H7

  • Venue:
  • SIGMOD '94 Proceedings of the 1994 ACM SIGMOD international conference on Management of data
  • Year:
  • 1994

Quantified Score

Hi-index 0.00

Visualization

Abstract

We describe an algorithm for estimating the number of page fetches for a partial or complete scan of a B-tree index. The algorithm obtains estimates for the number of page fetches for an index scan when given the number of tuples selected and the number of LRU buffers currently available. The algorithm has an initial phase that is performed exactly once before any estimates are calculated. This initial phase, involving LRU buffer modeling, requires a scan of all the index entries and calculates the number of page fetches for different buffer sizes. An approximate empirical model is obtained from this data. Subsequently, an inexpensive estimation procedure is called by the query optimizer whenever it needs an estimate of the page fetches for the index scan. This procedure utilizes the empirical model obtained in the initial phase.