Skip to content

An experimental implementation of a Wisckey storage engine implemented in C. Was inspired by this paper https://www.usenix.org/system/files/conference/fast16/fast16-papers-lu.pdf

Notifications You must be signed in to change notification settings

Gifted-s/slick_storage_engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slick storage engine

An experimental LSM-Tree style database that splits the keys and the values to reduce write and space amplification. This project is a C implementation of: WiscKey: Separating Keys from Values in SSD-conscious Storage (Lu et al. 2017).

Citations

Lu, Pillai, T., Gopalakrishnan, H., Arpaci-Dusseau, A., & Arpaci-Dusseau, R. (2017). WiscKey: Separating Keys from Values in SSD-Conscious Storage. ACM Transactions on Storage, 13(1), 1–28. https://doi.org/10.1145/3033273

Feel free to contribute

About

An experimental implementation of a Wisckey storage engine implemented in C. Was inspired by this paper https://www.usenix.org/system/files/conference/fast16/fast16-papers-lu.pdf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published