Tagged with: SSDs


PROPOSAL

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 2023
Tags: SSDs, data management systems, modern storage

PROJECT

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

PROJECT

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

PROJECT

Experimental evaluation of KV-SSD
Students: Jonas Schartau Groos
Supervisor: Philippe Bonnet
Level: BSc, Semester: Spring 2020
Tags: SSDs, KV-SSD, Key-Value Store

PROJECT

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