Tuesday, April 5, 2016

CAP theorem - Consistency, Availability, Partition Tolerance

CAP stands for:
Consistency, Availability, Partition Tolerance

SQL
priorities Consistency first and then Partition Tolerance

NoSQL
priorities Partition Tolerance first and then Availability



No comments: