benclmnt / papers

Summary of my readings
1 stars 0 forks source link

How to Build a NVM DBMS (J. Arulraj, SIGMOD 2017) #4

Open benclmnt opened 2 years ago

benclmnt commented 2 years ago

Link to paper

Main Contribution

This paper summarizes research done on all layers needed to build a DBMS on NVM + points out areas where current memory-oriented / disk-oriented approaches need to be re-examined.

Summary

Context: CMU's Peloton database

NVM-properties

Access Interfaces

NVM can be accessed directly using an NVM-aware memory allocator or through a special filesystem.

Storage Manager

Execution Engine