updated: 2022-05-05_11:04:50-04:00
Database Engine
Three Parts:
- Storage Manager: a program module that provides the interface between low level data and programs/queries submitted
- Interaction with OS file manager
- storing, retrieving, and updating data
- indexing, hashing etc.
- Query Processing
- Parsing and translation
- Optimization
- Evaluation
- **Transaction Management