Back to Glossary
DatabaseAdvanced

What is CAP Theorem?

A principle stating that a distributed database can only guarantee two of three properties: Consistency, Availability, and Partition tolerance.

Why It Matters

CAP theorem helps you understand the trade-offs when choosing a database for distributed systems.

Real-World Example

During a network split, a database must choose between returning possibly outdated data (availability) or refusing to respond (consistency).

“Understanding terms like CAP Theorem matters because it helps you have better conversations with developers and make smarter decisions about your software. You do not need to be technical. You just need to know enough to ask the right questions.”

Callum Holt, Founder, 13Labs

Learn More at buildDay Melbourne

Want to understand these concepts hands-on? Join our one-day workshop and build a real web application from scratch.