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…
