In-memory transaction processing: efficiency and scalability considerations

作者:Huiqi Hu, Xuan Zhou, Tao Zhu, Weining Qian, Aoying Zhou

摘要

Traditional disk-resident OLTP systems were mainly designed for computers with relatively small memory. Driven by the advance of hardware, OLTP systems need to be redesigned for larger memory and multi-core environments. Compared to disk-resident systems, in-memory systems have significant performance advantages, from the perspectives of both transaction throughput and query latency. Their performance is no longer limited by disk I/Os. Instead, the efficiency and scalability over multi-core CPUs become more important. In this paper, we survey and summarize a wide spectrum of design and implementation considerations that may affect the efficiency or scalability of an in-memory OLTP system. These considerations are concerned with most of the main components of databases, including concurrency control, logging, indexing and transaction compilation. For each of the components, we provide some in-depth analysis based on recent research works. This survey also aims to provide some guidance for designing or implementing high-performance in-memory OLTP systems.

论文关键词:Database system, Transaction processing, In-memory database, Concurrency control

论文评审过程:

论文官网地址:https://doi.org/10.1007/s10115-019-01340-7