PAPER DIGEST
Most Influential SIGMOD 1995 Paper · 2026-03 edition
Applying Update Streams In A Soft Real-time Database System
Abstract
Many papers have examined how to efficiently export a materialized view but to our knowledge none have studied how to efficiently import one. To import a view, i.e., to install a stream of updates, a real-time database system must process new updates in a timely fashion to keep the database "fresh," but at the same time must process transactions and ensure they meet their time constraints. In this paper, we discuss the various properties of updates and views (including staleness) that affect this tradeoff. We also examine, through simulation, four algorithms for scheduling transactions <i>and</i> installing updates in a soft real-time database.