Storage manager
The storage manager is responsible for maintaining a database's file
- Some do their own scheduling for reads and writes to improve spatial and temporal locality of pages. 
It organizes the files as a collection of pages.
- Track data read/written to pages 
- Track the available pages 
Last updated
