Skip to content

itu-rad/nvmefs-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

166 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thesis 🏆

This project is the Master's thesis of Emil (@emiloh) and Andreas (@arnenator) at the IT University of Copenhagen. The objective of this research is to evaluate the impact of an NVMe SSD with Flexible Data Placement when implemented in a Database System. Specifically, the focus is on analyzing Write Amplification (WA).

Acknowledgements

This project is accomplished with collaboration from Samsung Memory Research Center (SMRC) and supervised by Pinar Tözün, Marcel Weisgut, and Vivek Shah. SMRC is an open collaborative space for members of the Samsung Memory Division, partners, and customers to find good software & hardware solutions related to SSDs together.

How to git clone our project

Our project heavily relies on the contents from the referenced Git submodules. In order to properly clone our project type the following:

git clone https://github.com/Tietgen-ITU/thesis.git --recurse-submodule

Building nvmefs 🛠️

To build nvmefs, it is necessary to install the required tools beforehand. You can find more information about what is necessary to build nvmefs in the projects readme

Alternatively, you can use the development container, which comes with all prerequisites pre-installed.

After prerequisties are installed type in:

cd nvmefs/
GEN=ninja make release

The build binaries are stored in nvmefs/build/release and the extension that can be loaded into client programs is stored in nvmefs/build/release/extension/nvmefs/nvmefs.duckdb_extension

About

Master Thesis at the IT University of Copenhagen

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Contributors