Understanding the CAP Theorem - Partition Tolerance | Webinar image
Webinar

Understanding the CAP Theorem - Partition Tolerance | Webinar

Published Wednesday, Jun 16, 2021

Watch the webinar

The CAP Theorem states that it is impossible for a distributed database to simultaneously guarantee more than two of the following: Consistency, Availability, or Partition Tolerance. The widely accepted theorem is often used to analyze and position new databases.

In this series, we will explore the three guarantees, delivering a definition for each, and outlining how each might affect your database implementation. This is a rather academic series of talks and hopefully, we will help you understand the tradeoff for each.  

In this session, we will wrap up the series with an investigation into partition tolerance, which guarantees that ”the system continues to operate despite an arbitrary number of messages being dropped (or delayed) by the network between nodes”. We will cover:

  • What are the challenges to dealing with network failures and dropped messages.
  • How to mitigate this risk in a distributed database.
  • What is the effect of lost messages in a distributed database.
  • How CockroachDB meets this guarantee.

Speakers

Jim Walker
Jim Walker
VP of Product Marketing
Cockroach Labs

Additional Resources

Learn how to use CockroachDB
Read the docs
Need help? Get answers on the CockroachDB forum
Ask on the forum
What are you building with CockroachDB?
Share your project