4 Comments

Thanks, It is the Best article I have read about CAP THEOREM.

Expand full comment

Quorum based approach can also provide availability as even if some nodes are not available, system still will be able to response with the available nodes result.

Expand full comment

Ashish , I think MY SQL database follow the tradeoffs of "CA" , you mentioned it in the wrong category of (CP). Kindly correct it.

Expand full comment

i think MySQL prioritizes consistency over availability in case of network partitions. Suppose it's a master-slave replication with synchronous replication, if the master fails, the system may block writes to ensure consistency

Expand full comment