Main memory database systems: An overview

H Garcia-Molina, K Salem - IEEE Transactions on knowledge …, 1992 - ieeexplore.ieee.org
Main memory database systems (MMDBs) store their data in main physical memory and
provide very high-speed access. Conventional database systems are optimized for the …

The case for learned index structures

T Kraska, A Beutel, EH Chi, J Dean… - Proceedings of the 2018 …, 2018 - dl.acm.org
Indexes are models: a\btree-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 …

A blockchain-based integrated document management framework for construction applications

M Das, X Tao, Y Liu, JCP Cheng - Automation in Construction, 2022 - Elsevier
Document management systems in AEC projects manage important project documents such
as schedules, RFIs, and change orders. Hence, security concerns in document management …

Fusing similarity models with markov chains for sparse sequential recommendation

R He, J McAuley - 2016 IEEE 16th international conference on …, 2016 - ieeexplore.ieee.org
Predicting personalized sequential behavior is a key task for recommender systems. In order
to predict user actions such as the next product to purchase, movie to watch, or place to visit …

In-memory big data management and processing: A survey

H Zhang, G Chen, BC Ooi, KL Tan… - IEEE Transactions on …, 2015 - ieeexplore.ieee.org
Growing main memory capacity has fueled the development of in-memory big data
management and processing. By eliminating disk I/O bottleneck, it is now possible to support …

Endurable transient inconsistency in {Byte-Addressable} persistent {B+-Tree}

D Hwang, WH Kim, Y Won, B Nam - 16th USENIX Conference on File …, 2018 - usenix.org
With the emergence of byte-addressable persistent memory (PM), a cache line, instead of a
page, is expected to be the unit of data transfer between volatile and nonvolatile devices, but …

The adaptive radix tree: ARTful indexing for main-memory databases

V Leis, A Kemper, T Neumann - 2013 IEEE 29th International …, 2013 - ieeexplore.ieee.org
Main memory capacities have grown up to a point where most databases fit into RAM. For
main-memory database systems, index structure performance is a critical bottleneck …

Updatable learned index with precise positions

J Wu, Y Zhang, S Chen, J Wang, Y Chen… - arxiv preprint arxiv …, 2021 - arxiv.org
Index plays an essential role in modern database engines to accelerate the query
processing. The new paradigm of" learned index" has significantly changed the way of …

X-Engine: An optimized storage engine for large-scale E-commerce transaction processing

G Huang, X Cheng, J Wang, Y Wang, D He… - Proceedings of the …, 2019 - dl.acm.org
Alibaba runs the largest e-commerce platform in the world serving more than 600 million
customers, with a GMV (gross merchandise value) exceeding USD 768 billion in FY2018 …

Making B+-trees cache conscious in main memory

J Rao, KA Ross - Proceedings of the 2000 ACM SIGMOD international …, 2000 - dl.acm.org
Previous research has shown that cache behavior is important for main memory index
structures. Cache conscious index structures such as Cache Sensitive Search Trees (CSS …