Database Reliability
Everything on SkillVeris tagged Database Reliability — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Interview Questions(3)
What is Two-Phase Commit for Distributed Transactions?
Two-phase commit (2PC) is a protocol that lets a coordinator get multiple independent database participants to agree on committing or aborting a single distrib…
What Is Chaos Engineering for Databases and Why Practice It?
Chaos engineering for databases is the practice of deliberately injecting controlled failures, like killing the primary, introducing replication lag, or partit…
What Causes Database Connection Storms and How Do You Prevent Them?
A database connection storm happens when a large number of application instances or processes simultaneously attempt to open new database connections, typicall…