Book contents
- Frontmatter
- Contents
- Acknowledgments
- 1 Introduction
- 2 Classes of update semantics
- 3 Model-based semantics for updates
- 4 Update algorithms for model-based semantics
- 5 Updates with variables
- 6 Lazy evaluation of updates
- 7 Integrity constraints
- 8 Adding knowledge to relational theories
- 9 Implementation
- Bibliography
- Index of definitions
9 - Implementation
Published online by Cambridge University Press: 22 March 2010
- Frontmatter
- Contents
- Acknowledgments
- 1 Introduction
- 2 Classes of update semantics
- 3 Model-based semantics for updates
- 4 Update algorithms for model-based semantics
- 5 Updates with variables
- 6 Lazy evaluation of updates
- 7 Integrity constraints
- 8 Adding knowledge to relational theories
- 9 Implementation
- Bibliography
- Index of definitions
Summary
‘ … But I say to hell with common sense! By itself each segment of your experience is plausible enough, but the trajectory resulting from the aggregate of these segments borders on being a miracle.’
—Stanislaw Lem, The Chain of ChanceThis chapter describes simulation experiments conducted with the Update Algorithm, and presents the results from these experiments. The goal of the simulation was to gauge the expected performance of the update and query processing algorithms in a traditional database management system application. The implementation was tailored to this environment, and for that reason the techniques used and results obtained will apply only partially, if at all, to other application environments, such as knowledge-based artificial intelligence applications. In particular, the following assumptions and restrictions were made.
Update syntax was modified and restricted, to encourage use of simple constructs.
A fixed data access mechanism (query language) was assumed.
A large, disk-resident database supplying storage for the relational theory was assumed.
Performance was equated with the number of disk accesses required to perform queries and updates after a long series of updates, and the storage space required after a long series of updates.
These assumptions and restrictions are all appropriate to traditional database management scenarios; they will be discussed in more detail in later sections. We begin with a brief high-level description of the implemented system, and then examine its components in more detail. The chapter concludes with a description of the experimental results.
Overview
The Update Algorithm Version II was chosen for simulation.
- Type
- Chapter
- Information
- Updating Logical Databases , pp. 178 - 200Publisher: Cambridge University PressPrint publication year: 1990