paper-with-me

Papers

The Potential of Learned Index Structures for Index Compression

2019-01-29 · Oosterhuis Harrie, Culpepper J. Shane, de Rijke Maarten

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.

📄 PDF Abstract BibTeX arXiv:1811.06678

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SOSD: A Benchmark for Learned Indexes

2019-11-29 · Andreas Kipf, Ryan Marcus, Alexander van Renen, Mihail Stoian 외

A groundswell of recent work has focused on improving data management systems with learned components. Specifically, work on learned index structures has proposed replacing traditional index structures, such as B-trees, …

BenchmarkingManagement

Testing the Robustness of Learned Index Structures

2022-07-23 · Matthias Bachfischer, Renata Borovica-Gajic, Benjamin I. P. Rubinstein

While early empirical evidence has supported the case for learned index structures as having favourable average-case performance, little is known about their worst-case performance. By contrast, classical structures are …

Data Poisoningregression

The Case for Learned Spatial Indexes

2020-08-24 · Varun Pandey, Alexander van Renen, Andreas Kipf, Ibrahim Sabek 외

Spatial data is ubiquitous. Massive amounts of data are generated every day from billions of GPS-enabled devices such as cell phones, cars, sensors, and various consumer-based applications such as Uber, Tinder, location-…

The Case for Learned Index Structures

2017-12-04 · Tim Kraska, Alex Beutel, Ed H. Chi, Jeffrey Dean 외

Indexes are models: a B-Tree-Index can be seen as a model to map a key to the position of a record within a sorted array, a Hash-Index as a model to map a key to a position of a record within an unsorted array, and a Bit…

ManagementPosition

The Price of Tailoring the Index to Your Data: Poisoning Attacks on Learned Index Structures

2020-08-01 · Evgenios M. Kornaropoulos, Silei Ren, Roberto Tamassia

The concept of learned index structures relies on the idea that the input-output functionality of a database index can be viewed as a prediction task and, thus, be implemented using a machine learning model instead of tr…

BIG-bench Machine LearningData Poisoning