- RDBMS like Postgres
- NoSQL like MongoDB
- Cache like Redis
Note: Will pick up RDBMS, and then Redis on priority for deep dive. Can skim through important topics for MongoDB initially.
- Postgres Locks and Query: https://pglocks.org/
- Write Behind Logging: https://paulcavallaro.com/blog/write-behind-logging/
- Write Ahead Logging: