Prefetching in realtime database applications

  • Authors:
  • H. Wedekind;George Zoerntlein

  • Affiliations:
  • Universitaet Frlangen-Nuernberg, Informatik VI, Martensstrasse 3, 8520 Prlangen, W-Germany;Universitaet Frlangen-Nuernberg, Informatik VI, Martensstrasse 3, 8520 Prlangen, W-Germany

  • Venue:
  • SIGMOD '86 Proceedings of the 1986 ACM SIGMOD international conference on Management of data
  • Year:
  • 1986

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper a method is proposed how to achieve response times of main memory database systems without keeping the whole database in main memory. The method was originally developed for real-time systems in manufacturing automation, but it is applicable in environments where canned transactions interact with databases rather than people performing free transactions. The main idea is to preanalyse canned transactions in order to extract knowledge about their local access behaviour. This knowledge is used by the runtime system of the database when the transaction is started. Concepts for modules doing the preanalysis and the runtime tasks are described in detail. Furthermore a database architecture is developed incorporating these new components.