Predicting file-system actions from prior events

Appeared in Proceedings of the Winter 1996 USENIX Technical Conference.

Abstract

We have adapted a multi-order context modeling technique used in the data compression method Prediction by Partial Match (PPM) to track sequences of file access events. From this model, we are able to determine file system accesses that have a high probability of occurring as the next event. By prefetching the data for these events, we have transformed an LRU cache into a predictive cache that in our simulations averages 15% more cache hits than LRU. In fact, on average our four-megabyte predictive cache has a higher cache hit rate than a 90 megabyte LRU cache.

Publication date:
January 1996

Authors:
Thomas Kroeger
Darrell D. E. Long

Projects:
Prediction and Grouping

Available media

Full paper text: PDF

Bibtex entry

@inproceedings{kroeger-usenix96,
  author       = {Thomas Kroeger and Darrell D. E. Long},
  title        = {Predicting file-system actions from prior events},
  booktitle    = {Proceedings of the Winter 1996 USENIX Technical Conference},
  pages        = {319–328},
  month        = jan,
  year         = {1996},
}
Last modified 27 Jan 2023