English

Access Time Tradeoffs in Archive Compression

Information Theory 2016-03-01 v1 Data Structures and Algorithms math.IT

Abstract

Web archives, query and proxy logs, and so on, can all be very large and highly repetitive; and are accessed only sporadically and partially, rather than continually and holistically. This type of data is ideal for compression-based archiving, provided that random-access to small fragments of the original data can be achieved without needing to decompress everything. The recent RLZ (relative Lempel Ziv) compression approach uses a semi-static model extracted from the text to be compressed, together with a greedy factorization of the whole text encoded using static integer codes. Here we demonstrate more precisely than before the scenarios in which RLZ excels. We contrast RLZ with alternatives based on block-based adaptive methods, including approaches that "prime" the encoding for each block, and measure a range of implementation options using both hard-disk (HDD) and solid-state disk (SSD) drives. For HDD, the dominant factor affecting access speed is the compression rate achieved, even when this involves larger dictionaries and larger blocks. When the data is on SSD the same effects are present, but not as markedly, and more complex trade-offs apply.

Keywords

Cite

@article{arxiv.1602.08829,
  title  = {Access Time Tradeoffs in Archive Compression},
  author = {Matthias Petri and Alistair Moffat and P. C. Nagesh and Anthony Wirth},
  journal= {arXiv preprint arXiv:1602.08829},
  year   = {2016}
}

Comments

Note that the final published version of this paper prepared by Springer/LNCS introduced errors in the publication process in Figures 1, 2, and 3 that are not present in this preprint. In all other regards the preprint and the published version are identical in their content

R2 v1 2026-06-22T12:59:38.277Z