5 Comments
User's avatar
Hervé BAKONGO's avatar

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

Expand full comment
Priya Rathore's avatar

Thanks

Expand full comment
Kunal's avatar

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
Aditya Keshri's avatar

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
M99sou's avatar

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