Skip to content
#

2pl

Here are 11 public repositories matching this topic...

📚 Database Internals: Transactions, Concurrency Control & Crash Recovery - Comprehensive lecture notes covering ACID, isolation levels, locking protocols (2PL), MVCC, timestamp ordering, WAL, and ARIES recovery. Uses real world examples. PostgreSQL-focused.

  • Updated Dec 8, 2025

Distributed write-heavy database built with an LSM storage engine. It supports distributed transactions across multiple partitions, Raft-style leader election per partition with follower read replicas, and multiple consistency semantics, including strong consistency, bounded-staleness reads, and eventual consistency. Consistency can be selected per

  • Updated Sep 7, 2026
  • C#

Add this topic to your repo

To associate your repository with the 2pl topic, visit your repo's landing page and select "manage topics."

Learn more