Tag: #saga
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 1 posts
Distributed Transactions: 2PC vs the Saga Pattern
Why the ACID that was easy inside one database falls apart across services, how two-phase commit works and where it breaks (coordinator, blocking, failure modes), the Saga pattern (choreography vs orchestration, compensa
2026-06-29 · 12 min read #distributed-systems#transactions#saga