IRNov 16, 2018

The Potential of Learned Index Structures for Index Compression

arXiv:1811.06678v222 citations
Originality Synthesis-oriented
AI Analysis

This addresses memory efficiency for web-scale search systems, but it is incremental as it builds on existing learned index concepts.

The paper investigates applying learned index structures to inverted indexes for conjunctive Boolean querying, showing they can reduce memory requirements, though specific gains are not quantified.

Inverted indexes are vital in providing fast key-word-based search. For every term in the document collection, a list of identifiers of documents in which the term appears is stored, along with auxiliary information such as term frequency, and position offsets. While very effective, inverted indexes have large memory requirements for web-sized collections. Recently, the concept of learned index structures was introduced, where machine learned models replace common index structures such as B-tree-indexes, hash-indexes, and bloom-filters. These learned index structures require less memory, and can be computationally much faster than their traditional counterparts. In this paper, we consider whether such models may be applied to conjunctive Boolean querying. First, we investigate how a learned model can replace document postings of an inverted index, and then evaluate the compromises such an approach might have. Second, we evaluate the potential gains that can be achieved in terms of memory requirements. Our work shows that learned models have great potential in inverted indexing, and this direction seems to be a promising area for future research.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes