CAP THEOREM
What is CAP Theorem? Consistency (C) β Every read receives the most recent write, or an error. All nodes see the same data at the same time. After updating data, every future read returns updated value.Example : If user changes password, Any server/node immediately returns new password. Availability (A) β Every request to a non-failed…
