© 2020 Association for Computing Machinery. Recent work on "learned indexes" has changed the way we look at the decades-old field of DBMS indexing. The key idea is that indexes can be thought of as "models" that predict the position of a key in a dataset. Indexes can, thus, be learned. The original work by Kraska et al. shows that a learned index beats a B+ tree by a factor of up to three in search time and by an order of magnitude in memory footprint. However, it is limited to static, read-only workloads. In this paper, we present a new learned index called ALEX which addresses practical issues that arise when implementing learned indexes for workloads that contain a mix of point lookups, short range queries, inserts, updates, and deletes....
Modern business applications and scientific databases call for inherently dynamic data storage envi...
Traditional indexes aim at optimizing the node accesses during query processing, which, however, doe...
Inverted indexes are vital in providing fast key-word-based search. For every term in the document c...
© 2020 Association for Computing Machinery. Recent work on "learned indexes" has changed the way we ...
© 2020, VLDB Endowment. All rights reserved. Recent advancements in learned index structures propose...
© 2018 Association for Computing Machinery. Indexes are models: a B-Tree-Index can be seen as a mode...
Recently, numerous promising results have shown that updatable learned indexes can perform better th...
A recent trend in algorithm design consists of augmenting classic data structures with machine learn...
A recent trend in algorithm design consists of augmenting classic data structures with machine learn...
Index structures such as B-trees and bloom filters are the well-established petrol engines of databa...
© 2020 Association for Computing Machinery. Scanning and filtering over multi-dimensional tables are...
Ideally, realizing the best physical design for the current and all subsequent workloads would impa...
We present the first learned index that supports predecessor, range queries and updates within prova...
Workload-aware physical data access structures are crucial to achieve short response time with (expl...
Adaptive indexing is a promising alternative to classical of-fline index optimization. Under adaptiv...
Modern business applications and scientific databases call for inherently dynamic data storage envi...
Traditional indexes aim at optimizing the node accesses during query processing, which, however, doe...
Inverted indexes are vital in providing fast key-word-based search. For every term in the document c...
© 2020 Association for Computing Machinery. Recent work on "learned indexes" has changed the way we ...
© 2020, VLDB Endowment. All rights reserved. Recent advancements in learned index structures propose...
© 2018 Association for Computing Machinery. Indexes are models: a B-Tree-Index can be seen as a mode...
Recently, numerous promising results have shown that updatable learned indexes can perform better th...
A recent trend in algorithm design consists of augmenting classic data structures with machine learn...
A recent trend in algorithm design consists of augmenting classic data structures with machine learn...
Index structures such as B-trees and bloom filters are the well-established petrol engines of databa...
© 2020 Association for Computing Machinery. Scanning and filtering over multi-dimensional tables are...
Ideally, realizing the best physical design for the current and all subsequent workloads would impa...
We present the first learned index that supports predecessor, range queries and updates within prova...
Workload-aware physical data access structures are crucial to achieve short response time with (expl...
Adaptive indexing is a promising alternative to classical of-fline index optimization. Under adaptiv...
Modern business applications and scientific databases call for inherently dynamic data storage envi...
Traditional indexes aim at optimizing the node accesses during query processing, which, however, doe...
Inverted indexes are vital in providing fast key-word-based search. For every term in the document c...