English

Asynchronous I/O -- With Great Power Comes Great Responsibility

Databases 2024-11-26 v1 Operating Systems

Abstract

The performance of storage hardware has improved vastly recently, leaving the traditional I/O stack incapable of exploiting these gains due to increasingly large relative overheads. Newer asynchronous I/O APIs, such as io_uring, have significantly improved performance by reducing such overheads, but exhibit limited adoption in practice. In this paper, we discuss the complexities that the usage of these contemporary I/O APIs introduces to applications, which we believe are mostly responsible for their low adoption rate. Finally, we share implications and trade offs made by architectures that may be used to integrate asynchronous I/O into DB applications.

Keywords

Cite

@article{arxiv.2411.16254,
  title  = {Asynchronous I/O -- With Great Power Comes Great Responsibility},
  author = {Constantin Pestka and Marcus Paradies and Matthias Pohl},
  journal= {arXiv preprint arXiv:2411.16254},
  year   = {2024}
}
R2 v1 2026-06-28T20:11:07.373Z