PAPER DIGEST
Most Influential SIGMOD 1993 Paper · 2026-03 edition

Practical Prefetching Via Data Compression

Kenneth M. Curewitz; P. Krishnan; Jeffrey Scott Vitter

Venue
ACM SIGMOD Conference (SIGMOD) 1993
Recognition
Most Influential SIGMOD 1993 Paper (Rank No. 12)
Edition
2026-03
Impact factor
5
Certificate ID
fc8f9b0136641e6d

Abstract

An important issue that affects response time performance in current OODB and hypertext systems is the I/O involved in moving objects from slow memory to cache. A promising way to tackle this problem is to use <i>prefetching</i>, in which we predict the user's next page requests and get those pages into cache in the background. Current databases perform limited prefetching using techniques derived from older virtual memory systems. A novel idea of using data compression techniques for prefetching was recently advocated in [KrV, ViK], in which prefetchers based on the Lempel-Ziv data compressor (the UNIX <i>compress</i> command) were shown theoretically to be optimal in the limit. In this paper we analyze the <i>practical</i> aspects of using data compression techniques for prefetching. We adapt three well-known data compressors to get three simple, deterministic, and universal prefetchers. We simulate our prefetchers on sequences of page accesses derived from the OO1 and OO7 benchmarks and from CAD applications, and demonstrate significant reductions in fault-rate. We examine the important issues of cache replacement, size of the data structure used by the prefetcher, and problems arising from bursts of “fast” page requests (that leave virtually no time between adjacent requests for prefetching and book keeping). We conclude that prediction for prefetching based on data compression techniques holds great promise.

Download PDF certificate