๐Ÿ”บ CAP

Misc

  • You Canโ€™t Sacrifice Partition Tolerance [EN ๐Ÿ‡บ๐Ÿ‡ธ] [Oct 2010]

    Of the CAP theoremโ€™s Consistency, Availability, and Partition Tolerance, Partition Tolerance is mandatory in distributed systems. You cannot not choose it. Instead of CAP, you should think about your availability in terms of yield (~availability, percent of requests answered successfully) and harvest (~consistency, percent of required data actually included in the responses) and which of these two your system will sacrifice when failures happen.

  • A Critique of the CAP Theorem [EN ๐Ÿ‡บ๐Ÿ‡ธ] [Sep 2015]