Theory
- Database Indexes
- How hash indexes work?
- How B-Tree indexes work?
- How LSM Tree & SSTable indexes work?
- Indexes conclusion
- Transactions
- ACID database transactions
- Read committed isolation
- Snapshot isolation
- Write Skew and Phantom writes
- Achieving ACID: Serial execution
- Database Internals
- Two Phase Locking
- Serializable Snapshot Isolation
- Column Oriented Storage
- Data Serialization Frameworks
- Intro to Replication - Need to knows
- Into to Partitioning or Sharding
- Consistency and Consensus
- Databases Duel Arena
- Relational Vs Non-Relational DBs - SQL vs NoSQL (not preferred terms)
- MySQL vs PostgreSQL
- MongoDB vs Cassandra
- Streams