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

Constantin Pestka,Marcus Paradies,Matthias Pohl
2024-11-25
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.
Databases,Operating Systems
What problem does this paper attempt to address?