2 papers
cs.DB2026
How to Write to SSDs
Bohyun Lee, Tobias Ziegler, Viktor Leis
This paper demonstrates that adopting out-of-place writes is essential for database systems to fully leverage SSD performance and extend SSD lifespan. We propose a set of out-of-pl…
cs.DB2025
High-Performance DBMSs with io_uring: When and How to use it
Matthias Jasny, Muhammad El-Hindi, Tobias Ziegler +2
We study how modern database systems can leverage the Linux io_uring interface for efficient, low-overhead I/O. io_uring is an asynchronous system call batching interface that unif…