A recent MSc thesis project at ITU integrated xNVMe to DuckDB. DuckDB, like many popular database systems, rely on a syncronous IO backend and the POSIX filesystem interfaces for its ease of use. xNVMe, in contrast, allows a unified interface for alternative and more performant IO backends such as io-uring and spdk. Thus, integration of xNVMe into DuckDB offers interesting avenues for data …
Supervisors:
Pınar Tözün
Semester: Fall 2025
Tags: SSDs, data management systems, modern storage
This rise of hardware accelerators to meet the demand of AI workloads has also led to a variety of novel methods to leverage GPUs for traditional data analytics workloads. A key concern for any data-intensive system using GPUs is the efficiency of moving the data to the accelerator. In this project, we will investigate ways to improve data movement to GPUs by focusing on the steps of the data path …
Supervisors:
Pınar Tözün
Semester: Fall 2025
Tags: SSDs, GPU-centric IO, data analytics, modern storage
Traditionally solid-state drives (SSDs) does not give the users the ability to control the data placement on the SSD. This often leads to suboptimal performance and lowers SSD lifetime, since SSDs internally don’t allow in-place updates. The updated disk pages are written elsewhere and the old versions have to be garbage collected. This poses problems if data with different lifetimes and …
Supervisors:
Pınar Tözün
Semester: Fall 2024
Tags: SSDs, data management systems, modern storage
Extending the OX FTL with Deltas
Students: Alexander Palsson, Benjamin Møller Noer & Mark Kristian Kristensen
Supervisor: Philippe Bonnet
Level: BSc,
Semester: Spring 2020
Tags: SSDs, OX, Computational Storage
An investigation of the performance of OCSSDs and stuff
Students: Patrick Louis Gullik Corell & Jakob Steen Mikkelsen
Supervisor: Philippe Bonnet
Level: BSc,
Semester: Spring 2020
Tags: SSDs, FPGA, Computational Storage
Experimental evaluation of KV-SSD
Students: Jonas Schartau Groos
Supervisor: Philippe Bonnet
Level: BSc,
Semester: Spring 2020
Tags: SSDs, KV-SSD, Key-Value Store
Experimental evaluation of an LSM-Tree (RocksDB) on an Open-Channel SSD
Students: Niclas Hedam
Supervisor: Philippe Bonnet
Level: BSc,
Semester: Spring 2019
Tags: SSDs, Open-Channel SSD, Key-Value Store, LSM-Tree, FTL, RocksDB