ishan-backend / database-internals

This has notes, implementations for all forms of concurrency at infra and db level.

Repository from Github https://github.comishan-backend/database-internalsRepository from Github https://github.comishan-backend/database-internals

Roadmap for learning database internals

There are three categories which this repository will try to cover

  1. RDBMS like Postgres
  2. NoSQL like MongoDB
  3. Cache like Redis

Note: Will pick up RDBMS, and then Redis on priority for deep dive. Can skim through important topics for MongoDB initially.

Books/Courses

About

This has notes, implementations for all forms of concurrency at infra and db level.